DBA Data[Home] [Help]

APPS.FV_UTILITY dependencies on WF_ENGINE

Line 854: l_charge_account_ccid := wf_engine.GetItemAttrNumber

850: log_mesg(fnd_log.LEVEL_STATEMENT, l_module, 'When others error: '||sqlerrm);
851: END;
852:
853: -- get the charge account ccid from workflow
854: l_charge_account_ccid := wf_engine.GetItemAttrNumber
855: (
856: itemtype => p_wf_item_type,
857: itemkey => p_wf_item_key,
858: aname => 'CODE_COMBINATION_ID'

Line 870: l_chart_of_accounts_id := wf_engine.GetItemAttrNumber

866: END IF;
867:
868:
869: -- get the chard of accounts id from workflow
870: l_chart_of_accounts_id := wf_engine.GetItemAttrNumber
871: (
872: itemtype => p_wf_item_type,
873: itemkey => p_wf_item_key,
874: aname => 'CHART_OF_ACCOUNTS_ID'