DBA Data[Home] [Help]

APPS.PER_ASG_AGGR dependencies on PER_ALL_ASSIGNMENTS_F

Line 42: (p_assignment_id IN per_all_assignments_f.assignment_id%type

38: (p_person_id IN per_all_people_f.person_id%TYPE
39: ,p_hire_date IN date);
40:
41: PROCEDURE update_rti_agg_update_asg
42: (p_assignment_id IN per_all_assignments_f.assignment_id%type
43: ,p_effective_date IN date);
44:
45: PROCEDURE update_asg_rti_starter_flag
46: (p_person_id IN per_all_people_f.person_id%TYPE

Line 50: (p_assignment_id IN per_all_assignments_f.assignment_id%type

46: (p_person_id IN per_all_people_f.person_id%TYPE
47: ,p_effective_date IN DATE);
48:
49: PROCEDURE update_rti_starter_asg
50: (p_assignment_id IN per_all_assignments_f.assignment_id%type
51: ,p_effective_date IN date);
52:
53:
54: END per_asg_aggr;