DBA Data[Home] [Help]

APPS.OKC_REP_WF_PVT dependencies on FND_GLOBAL

Line 679: owner => fnd_global.user_name);

675: END IF;
676: WF_ENGINE.SetItemOwner (
677: itemtype => itemtype,
678: itemkey => l_item_key,
679: owner => fnd_global.user_name);
680:
681: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
682: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
683: 'Setting Notification Process Approver to: ' || l_user_name);

Line 1879: p_user_id => fnd_global.user_id,

1875: p_init_msg_list => FND_API.G_FALSE,
1876: p_contract_id => l_contract_id,
1877: p_contract_version => l_contract_version,
1878: p_status_code => G_STATUS_APPROVED,
1879: p_user_id => fnd_global.user_id,
1880: p_note => NULL,
1881: x_msg_data => l_msg_data,
1882: x_msg_count => l_msg_count,
1883: x_return_status => l_return_status);

Line 2205: p_user_id => fnd_global.user_id,

2201: p_init_msg_list => FND_API.G_FALSE,
2202: p_contract_id => l_contract_id,
2203: p_contract_version => l_contract_version,
2204: p_status_code => G_STATUS_REJECTED,
2205: p_user_id => fnd_global.user_id,
2206: p_note => NULL,
2207: x_msg_data => l_msg_data,
2208: x_msg_count => l_msg_count,
2209: x_return_status => l_return_status);

Line 3181: fnd_global.apps_initialize

3177: itemtype => itemtype,
3178: itemkey => itemkey,
3179: aname => 'CTX_RESP_ID');
3180:
3181: fnd_global.apps_initialize
3182: ( user_id => l_user_id
3183: ,resp_id => l_resp_id
3184: ,resp_appl_id => l_resp_appl_id
3185: );