DBA Data[Home] [Help]

APPS.GHR_WGI_PKG dependencies on FND_PROFILE

Line 338: l_req := fnd_profile.VALUE ('CONC_REQUEST_ID');

334: BEGIN
335: -- Set the Frequency - This is used for triggering the WGI process 90 days in advance of the Pay Date
336: l_frequency := p_frequency;
337: -- Set Concurrent Program name and Request ID
338: l_req := fnd_profile.VALUE ('CONC_REQUEST_ID');
339: l_proc := 'AWGI :' || l_req;
340: l_in_pay_plan := p_pay_plan;
341: l_in_personnel_office_id := p_personnel_office_id;
342: l_exists := FALSE;