DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on PAY_REPORT_FORMAT_MAPPINGS_F

Line 171: -- pay_report_format_mappings_f update

167: -- 115.22 tbattoo 01-NOV-99 bug 1034683, changed instal_bal_types,
168: -- check_next_sequence, to update
169: -- pay_defined_balance_s
170: -- 115.24 vmehta 07-DEC-99 Added report_format in
171: -- pay_report_format_mappings_f update
172: -- clause in transfer_row procedure.
173: -- 115.25 ablinko 08-DEC-99 Only delete rows with no buisness group
174: -- from pay_user_column_instances_f
175: -- 115.26 tbattoo 08-Feb-00 changed crt_exc so calls

Line 5869: update pay_report_format_mappings_f

5865: -- this updates uses only report_type,qualifier,category as its primary key
5866: -- it may be that effective start and end dates will need to be added
5867: -- but as of know we can see no need for this
5868:
5869: update pay_report_format_mappings_f
5870: set effective_start_date=stu_rec.effective_start_date
5871: , effective_end_date=stu_rec.effective_end_date
5872: , range_code=stu_rec.range_code
5873: , assignment_action_code=stu_rec.assignment_action_code

Line 5897: insert into pay_report_format_mappings_f

5893:
5894: IF SQL%NOTFOUND THEN
5895:
5896: BEGIN
5897: insert into pay_report_format_mappings_f
5898: ( report_type ,
5899: report_qualifier ,
5900: report_format ,
5901: effective_start_date ,