DBA Data[Home] [Help]

APPS.OKC_REP_WF_PVT dependencies on FND_GLOBAL

Line 595: owner => fnd_global.user_name);

591: END IF;
592: WF_ENGINE.SetItemOwner (
593: itemtype => itemtype,
594: itemkey => l_item_key,
595: owner => fnd_global.user_name);
596:
597: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
598: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
599: 'Setting Notification Process Approver to: ' || l_user_name);

Line 1481: p_user_id => fnd_global.user_id,

1477: p_init_msg_list => FND_API.G_FALSE,
1478: p_contract_id => l_contract_id,
1479: p_contract_version => l_contract_version,
1480: p_status_code => G_STATUS_APPROVED,
1481: p_user_id => fnd_global.user_id,
1482: p_note => NULL,
1483: x_msg_data => l_msg_data,
1484: x_msg_count => l_msg_count,
1485: x_return_status => l_return_status);

Line 1601: p_user_id => fnd_global.user_id,

1597: p_init_msg_list => FND_API.G_FALSE,
1598: p_contract_id => l_contract_id,
1599: p_contract_version => l_contract_version,
1600: p_status_code => G_STATUS_REJECTED,
1601: p_user_id => fnd_global.user_id,
1602: p_note => NULL,
1603: x_msg_data => l_msg_data,
1604: x_msg_count => l_msg_count,
1605: x_return_status => l_return_status);