DBA Data[Home] [Help]

APPS.PER_SUC_BUS dependencies on PER_PEOPLE_F

Line 427: procedure chk_person_start_date( p_person_id per_people_f.person_id%TYPE,

423: --
424:
425: ---- Bug#3207986 start
426:
427: procedure chk_person_start_date( p_person_id per_people_f.person_id%TYPE,
428: p_start_date per_assignments_f.effective_start_date%TYPE);
429:
430: ---- Bug#3207986 end
431: end per_suc_bus;