DBA Data[Home] [Help]

APPS.INV_WWACST dependencies on CSTPACIT

Line 362: /* For misc. transctions call costing package CSTPACIT and procedure

358: v_err_mesg := substr(translated_mesg,1,240) ;
359: return ;
360: end if;
361:
362: /* For misc. transctions call costing package CSTPACIT and procedure
363: cost_det_new_insert
364: */
365: if ( ((v_txn_src_type_id IN (3,6,13)) OR (v_txn_src_type_id > 100) ) AND
366: (v_txn_action_id IN (1,27)) ) then

Line 368: CSTPACIT.cost_det_new_insert(

364: */
365: if ( ((v_txn_src_type_id IN (3,6,13)) OR (v_txn_src_type_id > 100) ) AND
366: (v_txn_action_id IN (1,27)) ) then
367:
368: CSTPACIT.cost_det_new_insert(
369: V_TRANSACTION_ID,
370: V_TXN_ACTION_ID,
371: V_ORG_ID,
372: V_ITEM_ID,