DBA Data[Home] [Help]

APPS.PA_PERSON dependencies on PA_HR_TRANSACTIONS

Line 63: Pa_Hr_Transactions.Check_person_reference(p_person_id,

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