DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_WF dependencies on AP_WEB_EXPORT_WF

Line 1: PACKAGE BODY AP_WEB_EXPORT_WF AS

1: PACKAGE BODY AP_WEB_EXPORT_WF AS
2: /* $Header: apwexpwb.pls 120.0 2005/06/09 20:26:36 rlangi noship $ */
3:
4: ------------------------
5: -- Events

Line 50: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPORT_WF', 'start RaiseRejectionEvent');

46: l_item_key wf_items.item_key%type;
47:
48: BEGIN
49:
50: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPORT_WF', 'start RaiseRejectionEvent');
51:
52: /*
53:
54: Product teams WF BES events have been removed due to ATG R12 mandate

Line 118: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPORT_WF', 'end RaiseRejectionEvent');

114: ----------------------------------------------------------
115: WF_ENGINE.StartProcess(l_item_type,
116: l_item_key);
117:
118: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPORT_WF', 'end RaiseRejectionEvent');
119:
120: EXCEPTION
121: WHEN OTHERS THEN
122: Wf_Core.Context('AP_WEB_EXPORT_WF', 'RaiseRejectionEvent',

Line 122: Wf_Core.Context('AP_WEB_EXPORT_WF', 'RaiseRejectionEvent',

118: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPORT_WF', 'end RaiseRejectionEvent');
119:
120: EXCEPTION
121: WHEN OTHERS THEN
122: Wf_Core.Context('AP_WEB_EXPORT_WF', 'RaiseRejectionEvent',
123: l_debug_info);
124: raise;
125: END RaiseRejectionEvent;
126:

Line 128: END AP_WEB_EXPORT_WF;

124: raise;
125: END RaiseRejectionEvent;
126:
127:
128: END AP_WEB_EXPORT_WF;