DBA Data[Home] [Help]

APPS.CSTPACHK dependencies on CSTPACWF

Line 159: l_account_num := CSTPACWF.START_AVG_WF(i_txn_id, l_txn_type_id,l_txn_act_id,

155: FROM MTL_MATERIAL_TRANSACTIONS
156: WHERE transaction_id = I_TXN_ID;
157:
158:
159: l_account_num := CSTPACWF.START_AVG_WF(i_txn_id, l_txn_type_id,l_txn_act_id,
160: l_txn_src_type_id,i_org_id, l_item_id,
161: i_cost_element_id,i_acct_line_type,
162: l_cg_id,i_resource_id,
163: wf_err_num, wf_err_code, wf_err_msg);