DBA Data[Home] [Help]

APPS.PER_PTU_DFF_MIG dependencies on FND_PROFILE

Line 18: g_program_id := fnd_profile.value('CONC_PROGRAM_ID');

14: begin
15: --
16: -- Set WHO column globals...
17: --
18: g_program_id := fnd_profile.value('CONC_PROGRAM_ID');
19: g_request_id := fnd_profile.value('CONC_REQUEST_ID');
20: g_program_application_id := fnd_profile.value('CONC_PROGRAM_APPLICATION_ID');
21: g_update_date := trunc(sysdate);
22: --

Line 19: g_request_id := fnd_profile.value('CONC_REQUEST_ID');

15: --
16: -- Set WHO column globals...
17: --
18: g_program_id := fnd_profile.value('CONC_PROGRAM_ID');
19: g_request_id := fnd_profile.value('CONC_REQUEST_ID');
20: g_program_application_id := fnd_profile.value('CONC_PROGRAM_APPLICATION_ID');
21: g_update_date := trunc(sysdate);
22: --
23: end initialization;

Line 20: g_program_application_id := fnd_profile.value('CONC_PROGRAM_APPLICATION_ID');

16: -- Set WHO column globals...
17: --
18: g_program_id := fnd_profile.value('CONC_PROGRAM_ID');
19: g_request_id := fnd_profile.value('CONC_REQUEST_ID');
20: g_program_application_id := fnd_profile.value('CONC_PROGRAM_APPLICATION_ID');
21: g_update_date := trunc(sysdate);
22: --
23: end initialization;
24: --

Line 234: argument7 => fnd_profile.value('PER_BUSINESS_GROUP_ID'),

230: argument3 => 'HR_PROCESS',
231: argument4 => l_effective_date,
232: argument5 => l_effective_date,
233: argument6 => 'PROCESS',
234: argument7 => fnd_profile.value('PER_BUSINESS_GROUP_ID'),
235: argument8 => null,
236: argument9 => null,
237: argument10 => 'REPORT_MODE='||l_report_mode,
238: argument11 => 'BUSINESS_GROUP_ID='||l_business_group_id);