DBA Data[Home] [Help]

APPS.HR_ORI_BUS dependencies on FND_PROFILE

Line 1045: fnd_profile.put('PER_ORGANIZATION_ID',p_rec.organization_id);

1041: ** Some valuesets used by this flexfield require additional information
1042: ** this will be passed using profile options. We will create these and
1043: ** set these on-the-fly now and then we'll call the flex code.
1044: */
1045: fnd_profile.put('PER_ORGANIZATION_ID',p_rec.organization_id);
1046: fnd_profile.put('PER_ORG_INFORMATION_ID',
1047: nvl(to_number(p_rec.org_information_id),-1));
1048: hr_utility.set_location('PER_ORG_INFORMATION_ID'||
1049: fnd_profile.value('PER_ORG_INFORMATION_ID'),80);

Line 1046: fnd_profile.put('PER_ORG_INFORMATION_ID',

1042: ** this will be passed using profile options. We will create these and
1043: ** set these on-the-fly now and then we'll call the flex code.
1044: */
1045: fnd_profile.put('PER_ORGANIZATION_ID',p_rec.organization_id);
1046: fnd_profile.put('PER_ORG_INFORMATION_ID',
1047: nvl(to_number(p_rec.org_information_id),-1));
1048: hr_utility.set_location('PER_ORG_INFORMATION_ID'||
1049: fnd_profile.value('PER_ORG_INFORMATION_ID'),80);
1050: hr_utility.set_location('PER_ORGANIZATION_ID'||

Line 1049: fnd_profile.value('PER_ORG_INFORMATION_ID'),80);

1045: fnd_profile.put('PER_ORGANIZATION_ID',p_rec.organization_id);
1046: fnd_profile.put('PER_ORG_INFORMATION_ID',
1047: nvl(to_number(p_rec.org_information_id),-1));
1048: hr_utility.set_location('PER_ORG_INFORMATION_ID'||
1049: fnd_profile.value('PER_ORG_INFORMATION_ID'),80);
1050: hr_utility.set_location('PER_ORGANIZATION_ID'||
1051: fnd_profile.value('PER_ORGANIZATION_ID'),80);
1052:
1053: hr_dflex_utility.ins_or_upd_descflex_attribs

Line 1051: fnd_profile.value('PER_ORGANIZATION_ID'),80);

1047: nvl(to_number(p_rec.org_information_id),-1));
1048: hr_utility.set_location('PER_ORG_INFORMATION_ID'||
1049: fnd_profile.value('PER_ORG_INFORMATION_ID'),80);
1050: hr_utility.set_location('PER_ORGANIZATION_ID'||
1051: fnd_profile.value('PER_ORGANIZATION_ID'),80);
1052:
1053: hr_dflex_utility.ins_or_upd_descflex_attribs
1054: (p_appl_short_name => 'PER'
1055: ,p_descflex_name => 'Org Developer DF'