DBA Data[Home] [Help]

APPS.CSTPPINV dependencies on CSTPPACQ

Line 276: CSTPPACQ.get_acq_cost(i_cost_group_id, i_txn_id, i_cost_type_id, 'I',

272: l_stmt_num := 70;
273:
274: /* FP BUG 5845861 fix - For External Dropshipments also include code 2 */
275: if (l_dropship_type_code in (2,3) and i_txn_action_id <> 6 AND nvl(l_parent_ds_type_code,3) = 3) then
276: CSTPPACQ.get_acq_cost(i_cost_group_id, i_txn_id, i_cost_type_id, 'I',
277: l_txn_cost, l_err_num, l_err_code, l_err_msg);
278: IF (l_err_num <> 0) THEN
279: raise PROCESS_ERROR;
280: END IF;