DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on AP_PURGE_PKG

Line 1: PACKAGE BODY AP_PURGE_PKG AS

1: PACKAGE BODY AP_PURGE_PKG AS
2: /* $Header: appurgeb.pls 120.22.12020000.5 2012/09/17 12:22:52 rnimmaka ship $ */
3: --bug5052748
4: --This bug mainly solves most of the performance related issues reported
5: --in SQLREP.

Line 6923: AP_PURGE_PKG.Submit_Multiple_Requests( p_purge_name, l_success ); -- Bug 9268290

6919: IF g_debug_switch in ('y','Y') THEN
6920: Print('(Delete_Seeded_Data)'||debug_info);
6921: END IF;
6922:
6923: AP_PURGE_PKG.Submit_Multiple_Requests( p_purge_name, l_success ); -- Bug 9268290
6924:
6925: IF NOT l_success THEN -- Bug 9268290
6926: Print('Submit_Multiple_Requests failed!');
6927: RETURN(FALSE);

Line 7038: AP_PURGE_PKG.Submit_Multiple_Requests( p_purge_name, l_success ); -- Bug 9268290

7034: IF g_debug_switch in ('y','Y') THEN
7035: Print('(Delete_Seeded_Data)'||debug_info);
7036: END IF;
7037:
7038: AP_PURGE_PKG.Submit_Multiple_Requests( p_purge_name, l_success ); -- Bug 9268290
7039:
7040: IF NOT l_success THEN -- Bug 9268290
7041: Print('Submit_Multiple_Requests failed!');
7042: RETURN(FALSE);

Line 7996: END AP_Purge_PKG;

7992: ap_accounting_events = NVL(ap_accounting_events, 0 ) + p_accounting_event_rows
7993: WHERE purge_name = p_purge_name;
7994: COMMIT ;
7995: END;
7996: END AP_Purge_PKG;