DBA Data[Home] [Help]

APPS.OKC_REP_SIGN_WF_PVT dependencies on FND_GLOBAL

Line 1437: p_user_id => fnd_global.user_id,

1433: p_init_msg_list => FND_API.G_FALSE,
1434: p_contract_id => l_contract_id,
1435: p_contract_version => l_contract_version,
1436: p_status_code => G_STATUS_SIGNED,
1437: p_user_id => fnd_global.user_id,
1438: p_note => NULL,
1439: x_msg_data => l_msg_data,
1440: x_msg_count => l_msg_count,
1441: x_return_status => l_return_status);

Line 1756: p_user_id => fnd_global.user_id,

1752: p_init_msg_list => FND_API.G_FALSE,
1753: p_contract_id => l_contract_id,
1754: p_contract_version => l_contract_version,
1755: p_status_code => G_STATUS_REJECTED,
1756: p_user_id => fnd_global.user_id,
1757: p_note => NULL,
1758: x_msg_data => l_msg_data,
1759: x_msg_count => l_msg_count,
1760: x_return_status => l_return_status);

Line 2144: fnd_global.apps_initialize

2140: itemtype => itemtype,
2141: itemkey => itemkey,
2142: aname => 'CTX_RESP_ID');
2143:
2144: fnd_global.apps_initialize
2145: ( user_id => l_user_id
2146: ,resp_id => l_resp_id
2147: ,resp_appl_id => l_resp_appl_id
2148: );