DBA Data[Home] [Help]

APPS.FPA_PROCESS_RST_PVT_W dependencies on FPA_PROCESS_RST_PVT

Line 1: package body fpa_process_rst_pvt_w as

1: package body fpa_process_rst_pvt_w as
2: /* $Header: FPAERSTB.pls 120.2 2005/09/14 11:37:48 appldev noship $ */
3: procedure update_calc_pjt_scorecard_aw(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 36: fpa_process_rst_pvt.update_calc_pjt_scorecard_aw(p_api_version,

32:
33:
34:
35: -- here's the delegated call to the old PL/SQL routine
36: fpa_process_rst_pvt.update_calc_pjt_scorecard_aw(p_api_version,
37: p_init_msg_list,
38: p_commit,
39: p_planning_cycle_id,
40: p_project_id,

Line 92: fpa_process_rst_pvt.update_calc_scen_scorecard_aw(p_api_version,

88:
89:
90:
91: -- here's the delegated call to the old PL/SQL routine
92: fpa_process_rst_pvt.update_calc_scen_scorecard_aw(p_api_version,
93: p_init_msg_list,
94: p_commit,
95: p_planning_cycle_id,
96: p_scenario_id,

Line 115: end fpa_process_rst_pvt_w;

111:
112:
113: end;
114:
115: end fpa_process_rst_pvt_w;