DBA Data[Home] [Help]

APPS.IRC_PENDING_DATA_API dependencies on FND_PROFILE

Line 1012: l_resp_key := fnd_profile.value_specific

1008: --
1009: --
1010: -- Fetch the responsibility set in IRC_REG_RESP profile
1011: --
1012: l_resp_key := fnd_profile.value_specific
1013: (name => 'IRC_REGISTRATION_RESP'
1014: ,responsibility_id => l_resp_id
1015: ,application_id => 800
1016: );

Line 1028: l_reg_bg_id := fnd_profile.value('IRC_REGISTRATION_BG_ID');

1024: hr_utility.set_location(l_proc, 20);
1025: --
1026: -- Fetch the registration business group
1027: --
1028: l_reg_bg_id := fnd_profile.value('IRC_REGISTRATION_BG_ID');
1029:
1030: --
1031: begin
1032: --