DBA Data[Home] [Help]

APPS.CSTPFCHK dependencies on CSTPPWAC

Line 54: --| MPACD; CSTPPWAC.apply_material_ovhd definition |

50: --| 02/07/2008 vjavli Bug 6751847 performance fix: i_txn_category |
51: --| parameter added to procedures compute_pac_cost_ |
52: --| hook, calc_pac_cost_hook and periodic_cost_update_|
53: --| hook. i_txn_category added while insert into |
54: --| MPACD; CSTPPWAC.apply_material_ovhd definition |
55: --| changed to add i_txn_category |
56: --+===========================================================================+
57:
58: -- FUNCTION

Line 346: CSTPPWAC.apply_material_ovhd(

342: ) then -- changes
343:
344: l_level := 1;
345:
346: CSTPPWAC.apply_material_ovhd(
347: i_pac_period_id,
348: i_org_id,
349: i_cost_group_id,
350: i_cost_type_id,

Line 828: o_err_msg := 'CSTPPWAC.Calc_PWAC_Cost (' || to_char(l_stmt_num) || '): '

824: o_err_msg := l_err_msg;
825: when OTHERS then
826: rollback;
827: o_err_num := SQLCODE;
828: o_err_msg := 'CSTPPWAC.Calc_PWAC_Cost (' || to_char(l_stmt_num) || '): '
829: || substr(SQLERRM,1,200);
830:
831: END calc_pac_cost_hook;
832:

Line 1938: o_err_msg := 'CSTPPWAC.Periodic_Cost_Update (' || to_char(l_stmt_num) || '): '

1934: EXCEPTION
1935: when OTHERS then
1936: rollback;
1937: o_err_num := SQLCODE;
1938: o_err_msg := 'CSTPPWAC.Periodic_Cost_Update (' || to_char(l_stmt_num) || '): '
1939: || substr(SQLERRM,1,200);
1940:
1941: END periodic_cost_update_hook;
1942: