DBA Data[Home] [Help]

APPS.CSTPLCWP dependencies on CSTPLCAS

Line 330: CSTPLCAS.scrap

326: );
327:
328: ELSIF ( l_action_id = 30 and l_txn_qty >= 0 and l_flow_schedule <> 1 ) THEN
329:
330: CSTPLCAS.scrap
331: (
332: i_cost_method_id => l_cost_method,
333: i_txn_id => l_trx_id,
334: i_layer_id => l_layer_id,

Line 351: CSTPLCAS.scrap_return

347: );
348:
349: ELSIF ( l_action_id = 30 and l_txn_qty < 0 and l_flow_schedule <> 1 ) THEN
350:
351: CSTPLCAS.scrap_return
352: (
353: i_cost_method_id => l_cost_method,
354: i_txn_id => l_trx_id,
355: i_layer_id => l_layer_id,