DBA Data[Home] [Help]

APPS.PAY_SG_AWCAP_ARCHIVE dependencies on PER_ALL_ASSIGNMENTS_F

Line 33: p_assignment_id in per_all_assignments_f.assignment_id%type,

29: ----------------------------------------------------------------------------------
30: --Function calculates current year Ordinary Earnings with monthly ceiling of 5,500
31: ---------------------------------------------------------------------------------
32: function get_cur_year_ord_ytd (p_person_id in per_all_people_f.person_id%type,
33: p_assignment_id in per_all_assignments_f.assignment_id%type,
34: p_date_earned in date) return number ;
35: --
36: end pay_sg_awcap_archive;