DBA Data[Home] [Help]

APPS.CST_TPRICE_PVT dependencies on INV_WORKFLOW

Line 406: -- Get the intercompany expense account from INV workflow

402: if (l_pd_txfr_ind = 0) or
403: (l_pd_txfr_ind = 1 and p_txn_act_id in (12, 15))
404: then
405:
406: -- Get the intercompany expense account from INV workflow
407: l_stmt_num := 170;
408:
409: if NOT
410: INV_WORKFLOW.call_generate_cogs(l_rcv_coa_id, l_cust_id, p_item_id, l_header_id, l_line_id,

Line 410: INV_WORKFLOW.call_generate_cogs(l_rcv_coa_id, l_cust_id, p_item_id, l_header_id, l_line_id,

406: -- Get the intercompany expense account from INV workflow
407: l_stmt_num := 170;
408:
409: if NOT
410: INV_WORKFLOW.call_generate_cogs(l_rcv_coa_id, l_cust_id, p_item_id, l_header_id, l_line_id,
411: l_order_type, l_to_ou, l_inv_ccid, l_concat_seg, l_msg_data, l_to_org)
412: then
413: raise inv_exp_acct_err;
414: end if;