DBA Data[Home] [Help]

APPS.PA_JOB dependencies on PA_HR_PROJECT_SETUP

Line 29: Pa_Hr_Project_setup.Check_job_reference(p_job_id,

25: if ( Other_Business_group = 'Y' ) then
26: raise Allow_deletion;
27: end if;
28:
29: Pa_Hr_Project_setup.Check_job_reference(p_job_id,
30: Error_Message,
31: Reference_Exist);
32: if ( Reference_Exist = 'Y' ) then
33: raise Not_Allow_deletion;