DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on FND_GLOBAL

Line 4104: avalue => FND_GLOBAL.USER_ID);

4100: --set org_id
4101: wf_engine.SetItemAttrNumber(itemtype =>itemtype,
4102: itemkey => itemkey,
4103: aname => 'USER_ID',
4104: avalue => FND_GLOBAL.USER_ID);
4105: --set resp_id
4106: wf_engine.SetItemAttrNumber(itemtype =>itemtype,
4107: itemkey => itemkey,
4108: aname => 'RESP_ID',

Line 4109: avalue => FND_GLOBAL.RESP_ID);

4105: --set resp_id
4106: wf_engine.SetItemAttrNumber(itemtype =>itemtype,
4107: itemkey => itemkey,
4108: aname => 'RESP_ID',
4109: avalue => FND_GLOBAL.RESP_ID);
4110: --set app_resp_id
4111: wf_engine.SetItemAttrNumber(itemtype =>itemtype,
4112: itemkey => itemkey,
4113: aname => 'RESP_APPL_ID',

Line 4114: avalue => FND_GLOBAL.RESP_APPL_ID );

4110: --set app_resp_id
4111: wf_engine.SetItemAttrNumber(itemtype =>itemtype,
4112: itemkey => itemkey,
4113: aname => 'RESP_APPL_ID',
4114: avalue => FND_GLOBAL.RESP_APPL_ID );
4115:
4116: -- IF PG_DEBUG < 10 THEN
4117: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
4118: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'USER_ID' || FND_GLOBAL.USER_ID);

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

4114: avalue => FND_GLOBAL.RESP_APPL_ID );
4115:
4116: -- IF PG_DEBUG < 10 THEN
4117: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
4118: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'USER_ID' || FND_GLOBAL.USER_ID);
4119: END IF;
4120: -- IF PG_DEBUG < 10 THEN
4121: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
4122: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_ID' || FND_GLOBAL.RESP_ID);

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

4118: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'USER_ID' || FND_GLOBAL.USER_ID);
4119: END IF;
4120: -- IF PG_DEBUG < 10 THEN
4121: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
4122: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_ID' || FND_GLOBAL.RESP_ID);
4123: END IF;
4124: -- IF PG_DEBUG < 10 THEN
4125: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
4126: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_APPL_ID' ||FND_GLOBAL.RESP_APPL_ID);

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

4122: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_ID' || FND_GLOBAL.RESP_ID);
4123: END IF;
4124: -- IF PG_DEBUG < 10 THEN
4125: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
4126: iex_debug_pub.logmessage ('SET_SESSION_CTX: ' || 'RESP_APPL_ID' ||FND_GLOBAL.RESP_APPL_ID);
4127: END IF;
4128:
4129:
4130: ---get party_id from the work flow