DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on FND_GLOBAL

Line 3796: avalue => FND_GLOBAL.USER_ID);

3792: --set org_id
3793: wf_engine.SetItemAttrNumber(itemtype =>itemtype,
3794: itemkey => itemkey,
3795: aname => 'USER_ID',
3796: avalue => FND_GLOBAL.USER_ID);
3797: --set resp_id
3798: wf_engine.SetItemAttrNumber(itemtype =>itemtype,
3799: itemkey => itemkey,
3800: aname => 'RESP_ID',

Line 3801: avalue => FND_GLOBAL.RESP_ID);

3797: --set resp_id
3798: wf_engine.SetItemAttrNumber(itemtype =>itemtype,
3799: itemkey => itemkey,
3800: aname => 'RESP_ID',
3801: avalue => FND_GLOBAL.RESP_ID);
3802: --set app_resp_id
3803: wf_engine.SetItemAttrNumber(itemtype =>itemtype,
3804: itemkey => itemkey,
3805: aname => 'RESP_APPL_ID',

Line 3806: avalue => FND_GLOBAL.RESP_APPL_ID );

3802: --set app_resp_id
3803: wf_engine.SetItemAttrNumber(itemtype =>itemtype,
3804: itemkey => itemkey,
3805: aname => 'RESP_APPL_ID',
3806: avalue => FND_GLOBAL.RESP_APPL_ID );
3807:
3808: -- IF PG_DEBUG < 10 THEN
3809: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
3810: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'USER_ID' || FND_GLOBAL.USER_ID);

Line 3810: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'USER_ID' || FND_GLOBAL.USER_ID);

3806: avalue => FND_GLOBAL.RESP_APPL_ID );
3807:
3808: -- IF PG_DEBUG < 10 THEN
3809: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
3810: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'USER_ID' || FND_GLOBAL.USER_ID);
3811: END IF;
3812: -- IF PG_DEBUG < 10 THEN
3813: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
3814: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_ID' || FND_GLOBAL.RESP_ID);

Line 3814: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_ID' || FND_GLOBAL.RESP_ID);

3810: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'USER_ID' || FND_GLOBAL.USER_ID);
3811: END IF;
3812: -- IF PG_DEBUG < 10 THEN
3813: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
3814: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_ID' || FND_GLOBAL.RESP_ID);
3815: END IF;
3816: -- IF PG_DEBUG < 10 THEN
3817: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
3818: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_APPL_ID' ||FND_GLOBAL.RESP_APPL_ID);

Line 3818: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_APPL_ID' ||FND_GLOBAL.RESP_APPL_ID);

3814: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_ID' || FND_GLOBAL.RESP_ID);
3815: END IF;
3816: -- IF PG_DEBUG < 10 THEN
3817: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
3818: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_APPL_ID' ||FND_GLOBAL.RESP_APPL_ID);
3819: END IF;
3820:
3821:
3822: ---get party_id from the work flow