DBA Data[Home] [Help]

APPS.PA_JOB dependencies on PA_HR_TRANSACTIONS

Line 64: Pa_Hr_Transactions.Check_job_reference(p_job_id,

60: if ( Reference_Exist = 'Y' ) then
61: raise Not_Allow_deletion;
62: end if;
63:
64: Pa_Hr_Transactions.Check_job_reference(p_job_id,
65: Error_Message,
66: Reference_Exist);
67: if ( Reference_Exist = 'Y' ) then
68: raise Not_Allow_deletion;