DBA Data[Home] [Help]

APPS.CSTPLCWP dependencies on CSTPLCAC

Line 239: CSTPLCAC.assembly_completion

235: );
236:
237: ELSIF ( l_action_id = 31 and l_flow_schedule <> 1 ) THEN
238:
239: CSTPLCAC.assembly_completion
240: (
241: i_cost_method_id => l_cost_method,
242: i_txn_id => l_trx_id,
243: i_txn_date => l_txn_date,

Line 271: CSTPLCAC.assembly_return

267: -- this is because we always return at the WIP component layer
268: -- cost, so we'll ignore the user-specified cost type for
269: -- assembly returns.
270:
271: CSTPLCAC.assembly_return
272: (
273: i_cost_method_id => l_cost_method,
274: i_txn_id => l_trx_id,
275: i_layer_id => l_layer_id,