DBA Data[Home] [Help]

APPS.INV_WWACST dependencies on CSTPACIT

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

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

Line 367: CSTPACIT.cost_det_new_insert(

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