DBA Data[Home] [Help]

APPS.CSTPPWAC dependencies on CSTPFCHK

Line 154: CSTPFCHK.periodic_cost_update_hook(

150: l_err_code,
151: l_err_msg);
152: else
153: -- Incremental LIFO cost method
154: CSTPFCHK.periodic_cost_update_hook(
155: i_pac_period_id,
156: i_cost_group_id,
157: i_cost_type_id,
158: i_txn_id,

Line 277: l_new_cost := CSTPFCHK.compute_pac_cost_hook(

273: l_err_code,
274: l_err_msg);
275: -- All other Fiscal costing method
276: else
277: l_new_cost := CSTPFCHK.compute_pac_cost_hook(
278: i_pac_period_id,
279: i_org_id,
280: i_cost_group_id,
281: i_cost_type_id,

Line 680: CSTPFCHK.calc_pac_cost_hook(

676: l_err_msg);
677:
678: -- All other Fiscal costing method
679: else
680: CSTPFCHK.calc_pac_cost_hook(
681: i_pac_period_id,
682: i_cost_group_id,
683: i_cost_type_id,
684: i_txn_id,

Line 868: CSTPFCHK.current_pac_cost_hook(

864: l_err_code,
865: l_err_msg);
866: else
867: -- All other Fiscal costing method
868: CSTPFCHK.current_pac_cost_hook(
869: i_cost_layer_id,
870: i_qty_layer_id,
871: i_txn_qty,
872: i_issue_qty,