DBA Data[Home] [Help]

APPS.AP_WEB_INFRASTRUCTURE_PKG dependencies on AP_WEB_INFRASTRUCTURE_PKG

Line 1: PACKAGE BODY AP_WEB_INFRASTRUCTURE_PKG AS

1: PACKAGE BODY AP_WEB_INFRASTRUCTURE_PKG AS
2: /* $Header: apwinfrb.pls 120.11 2005/10/02 20:15:50 albowicz ship $ */
3:
4: -- Global variables
5: c_imagePath varchar2(100) := null;

Line 257: Wf_Core.Context('AP_WEB_INFRASTRUCTURE_PKG', 'JumpIntoFunction',

253: end if;
254:
255: EXCEPTION
256: WHEN OTHERS THEN
257: Wf_Core.Context('AP_WEB_INFRASTRUCTURE_PKG', 'JumpIntoFunction',
258: 'APEXP', to_char(p_id), to_char(0), l_debug_info);
259: raise;
260: END JumpIntoFunction;
261:

Line 274: Wf_Core.Context('AP_WEB_INFRASTRUCTURE_PKG', 'ICXGetOrgContext',

270: icx_sec.set_org_context(p_session_id, icx_call.decrypt(p_org_id));
271:
272: EXCEPTION
273: WHEN OTHERS THEN
274: Wf_Core.Context('AP_WEB_INFRASTRUCTURE_PKG', 'ICXGetOrgContext',
275: 'APEXP', null , to_char(0), l_debug_info);
276: raise;
277: END ICXSetOrgContext;
278:

Line 324: END AP_WEB_INFRASTRUCTURE_PKG;

320: FND_GLOBAL.RESP_ID,
321: FND_GLOBAL.RESP_APPL_ID);
322: initAll;
323:
324: END AP_WEB_INFRASTRUCTURE_PKG;