DBA Data[Home] [Help]

APPS.AMS_TCOP_PREVIEW dependencies on AMS_TCOP_PREVIEW

Line 1: PACKAGE BODY AMS_TCOP_PREVIEW AS

1: PACKAGE BODY AMS_TCOP_PREVIEW AS
2: /* $Header: amsvtcpb.pls 120.14 2006/05/24 00:18:32 batoleti ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_TCOP_PREVIEW

2: /* $Header: amsvtcpb.pls 120.14 2006/05/24 00:18:32 batoleti ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_TCOP_PREVIEW
7: -- Purpose
8: --
9: -- This package contains all the program units for traffic cop preview
10: --

Line 2428: WF_CORE.CONTEXT('AMS_TCOP_PREVIEW','REFRESH',

2424: EXCEPTION
2425:
2426: WHEN OTHERS THEN
2427:
2428: WF_CORE.CONTEXT('AMS_TCOP_PREVIEW','REFRESH',
2429: p_event.getEventName( ), p_subscription_guid);
2430: WF_EVENT.setErrorInfo(p_event, 'ERROR');
2431:
2432: -- First Update the Status to ERROR

Line 2499: WF_CORE.CONTEXT('AMS_TCOP_PREVIEW','REFRESH',

2495: EXCEPTION
2496:
2497: WHEN OTHERS THEN
2498:
2499: WF_CORE.CONTEXT('AMS_TCOP_PREVIEW','REFRESH',
2500: p_event.getEventName( ), p_subscription_guid);
2501: WF_EVENT.setErrorInfo(p_event, 'ERROR');
2502:
2503: -- First Update the Status to ERROR

Line 2739: END AMS_TCOP_PREVIEW;

2735:
2736:
2737: END REGENERATE_PREVIEW_DAYS;
2738:
2739: END AMS_TCOP_PREVIEW;