DBA Data[Home] [Help]

APPS.DPP_ITEMCOST_PVT dependencies on WF_ENGINE

Line 879: wf_engine.SetItemAttrNumber(itemtype => l_itemtype,

875: 'GL#',
876: l_chart_of_accounts_id,
877: 'OZFACCTG');
878:
879: wf_engine.SetItemAttrNumber(itemtype => l_itemtype,
880: itemkey => l_itemkey,
881: aname => 'ORG_ID',
882: avalue => l_txn_hdr_rec.org_id);
883:

Line 884: wf_engine.SetItemAttrNumber(itemtype => l_itemtype,

880: itemkey => l_itemkey,
881: aname => 'ORG_ID',
882: avalue => l_txn_hdr_rec.org_id);
883:
884: wf_engine.SetItemAttrNumber(itemtype => l_itemtype,
885: itemkey => l_itemkey,
886: aname => 'CHART_OF_ACCOUNTS_ID',
887: avalue => l_chart_of_accounts_id);
888:

Line 889: wf_engine.SetItemAttrNumber(itemtype => l_itemtype,

885: itemkey => l_itemkey,
886: aname => 'CHART_OF_ACCOUNTS_ID',
887: avalue => l_chart_of_accounts_id);
888:
889: wf_engine.SetItemAttrNumber(itemtype => l_itemtype,
890: itemkey => l_itemkey,
891: aname => 'INVENTORY_ITEM_ID',
892: avalue => l_item_cost_tbl(i).inventory_item_id);
893:

Line 894: wf_engine.SetItemAttrText(itemtype => l_itemtype,

890: itemkey => l_itemkey,
891: aname => 'INVENTORY_ITEM_ID',
892: avalue => l_item_cost_tbl(i).inventory_item_id);
893:
894: wf_engine.SetItemAttrText(itemtype => l_itemtype,
895: itemkey => l_itemkey,
896: aname => 'ACCOUNT_ID',
897: avalue => l_txn_hdr_rec.cost_adjustment_account);
898:

Line 899: wf_engine.SetItemAttrNumber(itemtype => l_itemtype,

895: itemkey => l_itemkey,
896: aname => 'ACCOUNT_ID',
897: avalue => l_txn_hdr_rec.cost_adjustment_account);
898:
899: wf_engine.SetItemAttrNumber(itemtype => l_itemtype,
900: itemkey => l_itemkey,
901: aname => 'ORGANIZATION_ID',
902: avalue => Item_rec.organization_id);
903: