DBA Data[Home] [Help]

APPS.CSTPLCWP dependencies on CSTPLCAC

Line 278: CSTPLCAC.assembly_completion

274: );
275:
276: ELSIF ( l_action_id = 31 and l_flow_schedule <> 1 ) THEN
277:
278: CSTPLCAC.assembly_completion
279: (
280: i_cost_method_id => l_cost_method,
281: i_txn_id => l_trx_id,
282: i_txn_date => l_txn_date,

Line 310: CSTPLCAC.assembly_return

306: -- this is because we always return at the WIP component layer
307: -- cost, so we'll ignore the user-specified cost type for
308: -- assembly returns.
309:
310: CSTPLCAC.assembly_return
311: (
312: i_cost_method_id => l_cost_method,
313: i_txn_id => l_trx_id,
314: i_layer_id => l_layer_id,