DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on HR_S_REPORT_FORMAT_MAPPINGS_F

Line 5842: from hr_s_report_format_mappings_f;

5838: created_by ,
5839: creation_date ,
5840: temporary_action_flag ,
5841: rowid
5842: from hr_s_report_format_mappings_f;
5843:
5844: stu_rec stu%ROWTYPE;
5845:
5846: PROCEDURE remove

Line 5853: delete from hr_s_report_format_mappings_f

5849: -- Remove a row from either the startup tables or the installed tables
5850:
5851: BEGIN
5852:
5853: delete from hr_s_report_format_mappings_f
5854: where rowid = stu_rec.rowid;
5855:
5856:
5857: END remove;