DBA Data[Home] [Help]

APPS.PER_US_EMPLOYEE_LEG_HOOK dependencies on PER_ALL_PEOPLE_F

Line 19: PROCEDURE CHECK_NEW_HIRE( p_person_id per_all_people_f.person_id%type

15: -- RETURN : N/A --
16: -- --
17: --------------------------------------------------------------------------
18:
19: PROCEDURE CHECK_NEW_HIRE( p_person_id per_all_people_f.person_id%type
20: ,p_per_information7 per_all_people_f.per_information7%type
21: );
22:
23:

Line 20: ,p_per_information7 per_all_people_f.per_information7%type

16: -- --
17: --------------------------------------------------------------------------
18:
19: PROCEDURE CHECK_NEW_HIRE( p_person_id per_all_people_f.person_id%type
20: ,p_per_information7 per_all_people_f.per_information7%type
21: );
22:
23:
24: END PER_US_EMPLOYEE_LEG_HOOK;