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 5619: update pay_report_format_mappings_f

5615: -- this updates uses only report_type,qualifier,category as its primary key
5616: -- it may be that effective start and end dates will need to be added
5617: -- but as of know we can see no need for this
5618:
5619: update pay_report_format_mappings_f
5620: set effective_start_date=stu_rec.effective_start_date
5621: , effective_end_date=stu_rec.effective_end_date
5622: , range_code=stu_rec.range_code
5623: , assignment_action_code=stu_rec.assignment_action_code

Line 5647: insert into pay_report_format_mappings_f

5643:
5644: IF SQL%NOTFOUND THEN
5645:
5646: BEGIN
5647: insert into pay_report_format_mappings_f
5648: ( report_type ,
5649: report_qualifier ,
5650: report_format ,
5651: effective_start_date ,