DBA Data[Home] [Help]

APPS.OKC_WF_CHK_APPROVE dependencies on OKC_CHANGE_CONTRACT_PUB

Line 133: OKC_CHANGE_CONTRACT_PUB.wf_copy_env(

129: --
130: -- SET_CTX mode - set context for new DB session
131: --
132: if (command = 'SET_CTX') then
133: OKC_CHANGE_CONTRACT_PUB.wf_copy_env(
134: p_item_type => item_type,
135: p_item_key => item_key);
136: return;
137: end if;

Line 552: OKC_CHANGE_CONTRACT_PUB.change_request_approved(

548: L_CHANGE_REQUEST_ID := wf_engine.GetItemAttrNumber(
549: itemtype => itemtype,
550: itemkey => itemkey,
551: aname => 'CHANGE_REQUEST_ID');
552: OKC_CHANGE_CONTRACT_PUB.change_request_approved(
553: p_change_request_id => L_CHANGE_REQUEST_ID,
554: x_return_status => x_return_status);
555: if (x_return_status = OKC_API.G_RET_STS_SUCCESS)
556: then

Line 626: OKC_CHANGE_CONTRACT_PUB.change_request_rejected(

622: L_CHANGE_REQUEST_ID := wf_engine.GetItemAttrNumber(
623: itemtype => itemtype,
624: itemkey => itemkey,
625: aname => 'CHANGE_REQUEST_ID');
626: OKC_CHANGE_CONTRACT_PUB.change_request_rejected(
627: p_change_request_id => L_CHANGE_REQUEST_ID,
628: x_return_status => x_return_status);
629: if (x_return_status = OKC_API.G_RET_STS_SUCCESS)
630: then