DBA Data[Home] [Help]

APPS.PAY_RETRO_NOTIF_PKG dependencies on PAY_RETRO_NOTIF_REPORTS

Line 689: INSERT INTO pay_retro_notif_reports

685: , p_asg_set_id IN NUMBER) is
686: --
687: Begin
688: --
689: INSERT INTO pay_retro_notif_reports
690: ( report_id
691: , payroll_id
692: , report_date
693: , assignment_id

Line 1734: -- delete from pay_retro_notif_reports

1730: --
1731: -- Not allowing the delete of this table as this has not been
1732: -- deleted before.
1733: --
1734: -- delete from pay_retro_notif_reports
1735: -- where report_id = pactid;
1736: --
1737: end if;
1738: --