DBA Data[Home] [Help]

APPS.PAY_ARCHIVE dependencies on STANDARD

Line 46: nbristow 16-JUL-2002 Added standard_deinit.

42: procedure call can be done with out the
43: initialisation procedure.
44: mreid 26-MAR-2002 Bug 2281868. Added legislation_code to
45: csr_defined_balance cursor.
46: nbristow 16-JUL-2002 Added standard_deinit.
47: alogue 23-JUN-2003 Handle removal of lines from pay_population_ranges
48: in remove_report_actions. Bug 3017447.
49: nbristow 16-DEC-2003 Now delteting from pay_temp_object_actions.
50: alogue 25-FEB-2004 Bulk operations within remove_report_actions

Line 1384: /* Name : standard_deinit

1380: end if;
1381: --
1382: end remove_report_actions;
1383: --
1384: /* Name : standard_deinit
1385: Purpose : This procedure is the standard dinitialisation for some archiver
1386: processes. It simply removes all the actions processed in this run
1387: Arguments :
1388: Notes :

Line 1385: Purpose : This procedure is the standard dinitialisation for some archiver

1381: --
1382: end remove_report_actions;
1383: --
1384: /* Name : standard_deinit
1385: Purpose : This procedure is the standard dinitialisation for some archiver
1386: processes. It simply removes all the actions processed in this run
1387: Arguments :
1388: Notes :
1389: */

Line 1390: procedure standard_deinit (pactid in number)

1386: processes. It simply removes all the actions processed in this run
1387: Arguments :
1388: Notes :
1389: */
1390: procedure standard_deinit (pactid in number)
1391: is
1392: remove_act varchar2(10);
1393: begin
1394: --

Line 1405: end standard_deinit;

1401: if (remove_act is null or remove_act = 'Y') then
1402: pay_archive.remove_report_actions(pactid);
1403: end if;
1404: --
1405: end standard_deinit;
1406: --
1407: end pay_archive;