DBA Data[Home] [Help]

APPS.CS_CONTRACTS_WFA dependencies on CS_CONTRACT_WF_PUB

Line 57: CS_Contract_Wf_PUB.Decode_Contract_Wf_Itemkey(

53:
54: BEGIN
55: IF (funmode = 'RUN') THEN
56: -- Get the workflow process ID
57: CS_Contract_Wf_PUB.Decode_Contract_Wf_Itemkey(
58: p_api_version => 1.0,
59: p_init_msg_list => FND_API.G_FALSE,
60: x_return_status => l_return_status,
61: x_msg_count => l_msg_count,

Line 396: CS_Contract_Wf_PUB.Decode_Contract_Wf_Itemkey(

392:
393: BEGIN
394: IF (funmode = 'RUN') THEN
395: -- Decode the item key to get the service contract number
396: CS_Contract_Wf_PUB.Decode_Contract_Wf_Itemkey(
397: p_api_version => 1.0,
398: x_return_status => l_return_status,
399: x_msg_count => l_msg_count,
400: x_msg_data => l_msg_data,

Line 419: itemtype => CS_Contract_Wf_PUB.l_itemtype,

415: FETCH l_Contract_csr INTO l_Contract_rec;
416:
417: -- Initialize item attributes that will remain constant
418: WF_ENGINE.SetItemAttrNumber(
419: itemtype => CS_Contract_Wf_PUB.l_itemtype,
420: itemkey => itemkey,
421: aname => 'CONTRACT_ID',
422: avalue => l_Contract_rec.contract_id );
423:

Line 425: itemtype => CS_Contract_Wf_PUB.l_itemtype,

421: aname => 'CONTRACT_ID',
422: avalue => l_Contract_rec.contract_id );
423:
424: WF_ENGINE.SetItemAttrNumber(
425: itemtype => CS_Contract_Wf_PUB.l_itemtype,
426: itemkey => itemkey,
427: aname => 'CONTRACT_NUMBER',
428: avalue => l_Contract_rec.contract_number );
429:

Line 431: itemtype => CS_Contract_Wf_PUB.l_itemtype,

427: aname => 'CONTRACT_NUMBER',
428: avalue => l_Contract_rec.contract_number );
429:
430: WF_ENGINE.SetItemAttrNumber(
431: itemtype => CS_Contract_Wf_PUB.l_itemtype,
432: itemkey => itemkey,
433: aname => 'CONTRACT_AMOUNT',
434: avalue => l_Contract_rec.contract_amount );
435: