DBA Data[Home] [Help]

APPS.PO_WF_PO_CHARGE_ACC dependencies on FND_GLOBAL

Line 2144: avalue => fnd_global.resp_id);

2140: l_progress := '010';
2141: wf_engine.SetItemAttrNumber( itemtype => itemtype,
2142: itemkey => itemkey,
2143: aname =>'RESPONSIBILITY_ID',
2144: avalue => fnd_global.resp_id);
2145: l_progress := '020';
2146: IF (g_po_wf_debug = 'Y') THEN
2147: PO_WF_DEBUG_PKG.insert_debug(itemtype,
2148: itemkey,

Line 2151: FND_GLOBAL.apps_initialize( user_id => fnd_global.user_id,

2147: PO_WF_DEBUG_PKG.insert_debug(itemtype,
2148: itemkey,
2149: 'PO_WF_PO_CHARGE_ACC.set_null_resp_id: Setting the Responsibility to NULL ');
2150: END IF;
2151: FND_GLOBAL.apps_initialize( user_id => fnd_global.user_id,
2152: resp_id => NULL,
2153: resp_appl_id => fnd_global.resp_appl_id);
2154: l_progress := '030';
2155: result := WF_ENGINE.eng_completed || ':Y';

Line 2153: resp_appl_id => fnd_global.resp_appl_id);

2149: 'PO_WF_PO_CHARGE_ACC.set_null_resp_id: Setting the Responsibility to NULL ');
2150: END IF;
2151: FND_GLOBAL.apps_initialize( user_id => fnd_global.user_id,
2152: resp_id => NULL,
2153: resp_appl_id => fnd_global.resp_appl_id);
2154: l_progress := '030';
2155: result := WF_ENGINE.eng_completed || ':Y';
2156: EXCEPTION
2157: WHEN OTHERS THEN

Line 2196: FND_GLOBAL.apps_initialize( user_id => fnd_global.user_id,

2192: PO_WF_DEBUG_PKG.insert_debug(itemtype,
2193: itemkey,
2194: 'PO_WF_PO_CHARGE_ACC.reset_resp_id: Setting the Responsibility back to:' || l_resp_id);
2195: END IF;
2196: FND_GLOBAL.apps_initialize( user_id => fnd_global.user_id,
2197: resp_id => l_resp_id,
2198: resp_appl_id => fnd_global.resp_appl_id);
2199: l_progress := '030';
2200: result := WF_ENGINE.eng_completed || ':Y';

Line 2198: resp_appl_id => fnd_global.resp_appl_id);

2194: 'PO_WF_PO_CHARGE_ACC.reset_resp_id: Setting the Responsibility back to:' || l_resp_id);
2195: END IF;
2196: FND_GLOBAL.apps_initialize( user_id => fnd_global.user_id,
2197: resp_id => l_resp_id,
2198: resp_appl_id => fnd_global.resp_appl_id);
2199: l_progress := '030';
2200: result := WF_ENGINE.eng_completed || ':Y';
2201: EXCEPTION
2202: WHEN OTHERS THEN