|
0 registered (),
5
Guests and
5
Spiders online. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
#4866 - 14/10/09 05:24 AM
Re: Data Pump and Valueset Validation Issues
[Re: cbrookes]
|
regular
Registered: 14/10/09
Posts: 21
Loc: South Yorkshire
|
Hi, I know this is an old one but couldn't find anything more recent.
I'm having the same problem trying input a value for a position key flex using the create position API. The segment has a validation type of table and returns an error when I try to pass a value via the API
Is there now a way round the table validation?
|
|
Top
|
|
|
|
#4868 - 14/10/09 01:02 PM
Re: Data Pump and Valueset Validation Issues
[Re: CT]
|
regular
Registered: 14/10/09
Posts: 21
Loc: South Yorkshire
|
Here's the where clause from the apps "WHERE business_group_id = :$PROFILES$.per_business_group_id AND internal_external_flag = 'INT' AND (date_to is null OR date_to > sysdate) ORDER BY name"
I'm using a wrapper with the following look up for organization_id
CURSOR Get_segment11_org IS SELECT organization_id FROM HR_ALL_ORGANIZATION_UNITS WHERE business_group_id = FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID') AND internal_external_flag = 'INT' AND UPPER(name) = UPPER(l_org_name) AND (date_to is null OR date_to > l_start_date)
but no joy
|
|
Top
|
|
|
|
#4870 - 14/10/09 02:09 PM
Re: Data Pump and Valueset Validation Issues
[Re: CT]
|
regular
Registered: 14/10/09
Posts: 21
Loc: South Yorkshire
|
Cheers for the welcome
I added the FND_GLOBAL.APPS_INITIALIZE(-1, 53826, 800) and it all works a treat.
I can't thank you enough for this, I've been chasing my tail with this for days.
I guess you don't ask you don't get
Again thank you
|
|
Top
|
|
|
|
|
756 Members
48 Forums
1517 Topics
7287 Posts
Max Online: 63 @ 24/11/10 07:21 AM
|
|
|
|
|
|
1
|
2
|
3
|
4
|
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
|
26
|
27
|
28
|
29
|
|
|
|
|
|