DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on HR_S_REPORT_FORMAT_MAPPINGS_F

Line 5592: from hr_s_report_format_mappings_f;

5588: created_by ,
5589: creation_date ,
5590: temporary_action_flag ,
5591: rowid
5592: from hr_s_report_format_mappings_f;
5593:
5594: stu_rec stu%ROWTYPE;
5595:
5596: PROCEDURE remove

Line 5603: delete from hr_s_report_format_mappings_f

5599: -- Remove a row from either the startup tables or the installed tables
5600:
5601: BEGIN
5602:
5603: delete from hr_s_report_format_mappings_f
5604: where rowid = stu_rec.rowid;
5605:
5606:
5607: END remove;