DBA Data[Home] [Help]

APPS.OKC_WF_K_APPROVE dependencies on OKC_CONTRACT_APPROVAL_PVT

Line 1196: OKC_CONTRACT_APPROVAL_PVT.continue_k_process

1192: IF l_scs_code in ('SERVICE', 'WARRANTY','SUBSCRIPTION') AND l_wf_item_key IS NULL THEN
1193:
1194: empty_mess(itemtype, itemkey );
1195:
1196: OKC_CONTRACT_APPROVAL_PVT.continue_k_process
1197: (
1198: p_api_version => 1.0,
1199: p_init_msg_list => 'T',
1200: x_return_status => l_return_status,

Line 1266: OKC_CONTRACT_APPROVAL_PVT.continue_k_process

1262: -- approved and signed, we should change the negotiation status to Complete
1263: IF l_scs_code in ('SERVICE', 'WARRANTY','SUBSCRIPTION') THEN
1264: empty_mess(itemtype, itemkey );
1265:
1266: OKC_CONTRACT_APPROVAL_PVT.continue_k_process
1267: (
1268: p_api_version => 1.0,
1269: p_init_msg_list => 'T',
1270: x_return_status => l_return_status,

Line 1335: OKC_CONTRACT_APPROVAL_PVT.continue_k_process

1331: IF l_scs_code in ('SERVICE', 'WARRANTY','SUBSCRIPTION') AND l_wf_item_key IS NULL THEN
1332:
1333: empty_mess(itemtype, itemkey );
1334:
1335: OKC_CONTRACT_APPROVAL_PVT.continue_k_process
1336: (
1337: p_api_version => 1.0,
1338: p_init_msg_list => 'T',
1339: x_return_status => l_return_status,