DBA Data[Home] [Help]

APPS.PA_R_PROJECT_RESOURCES_PVT dependencies on PA_JOB_UTILS

Line 3525: l_job_id := PA_JOB_UTILS.Get_Job_Mapping (

3521: -- Populate msgs to the exception report for the people who has been
3522: -- pulled but won't be searchable because they are either non scheduable
3523: -- or there is no job mapping for the person.
3524: -----------------------------------------------------------------------
3525: l_job_id := PA_JOB_UTILS.Get_Job_Mapping (
3526: p_job_id => eRec.job_id
3527: ,p_job_group_id => eRec.job_group_id);
3528:
3529: -- bug 4171563. Changed 'substr' to 'substrb' in the call to PA_MESSAGE_UTILS.save_messages