DBA Data[Home] [Help]

APPS.PA_RBS_ASGMT_PUB dependencies on PA_RBS_ASGMT_PVT

Line 19: * This Procedure would Call the PA_RBS_ASGMT_Pvt pkg.

15: * Reporting, Financial Plan, Workplan and
16: * Program Reporting.
17: * Reporting is the Default Usage type for all the
18: * associations.
19: * This Procedure would Call the PA_RBS_ASGMT_Pvt pkg.
20: ****************************************************************/
21: PROCEDURE Create_RBS_Assignment
22: ( p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,
23: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,

Line 44: --Call to the Pvt Pkg Pa_Rbs_Asgmt_Pvt.Create_RBS_Assignment

40: THEN
41: FND_MSG_PUB.initialize;
42: END IF;
43:
44: --Call to the Pvt Pkg Pa_Rbs_Asgmt_Pvt.Create_RBS_Assignment
45: Pa_Rbs_Asgmt_Pvt.Create_RBS_Assignment(
46: p_rbs_header_id => p_rbs_header_id,
47: p_rbs_version_id => p_rbs_version_id ,
48: p_project_id => p_project_id,

Line 45: Pa_Rbs_Asgmt_Pvt.Create_RBS_Assignment(

41: FND_MSG_PUB.initialize;
42: END IF;
43:
44: --Call to the Pvt Pkg Pa_Rbs_Asgmt_Pvt.Create_RBS_Assignment
45: Pa_Rbs_Asgmt_Pvt.Create_RBS_Assignment(
46: p_rbs_header_id => p_rbs_header_id,
47: p_rbs_version_id => p_rbs_version_id ,
48: p_project_id => p_project_id,
49: p_wp_usage_flag => p_wp_usage_flag ,

Line 94: --Call to the Pvt Pkg Pa_Rbs_Asgmt_Pvt.Update_RBS_Assignment

90: THEN
91: FND_MSG_PUB.initialize;
92: END IF;
93:
94: --Call to the Pvt Pkg Pa_Rbs_Asgmt_Pvt.Update_RBS_Assignment
95: Pa_Rbs_Asgmt_Pvt.Update_RBS_Assignment(
96: p_rbs_prj_assignment_id => p_rbs_prj_assignment_id ,
97: p_wp_usage_flag => p_wp_usage_flag ,
98: p_fp_usage_flag => p_fp_usage_flag,

Line 95: Pa_Rbs_Asgmt_Pvt.Update_RBS_Assignment(

91: FND_MSG_PUB.initialize;
92: END IF;
93:
94: --Call to the Pvt Pkg Pa_Rbs_Asgmt_Pvt.Update_RBS_Assignment
95: Pa_Rbs_Asgmt_Pvt.Update_RBS_Assignment(
96: p_rbs_prj_assignment_id => p_rbs_prj_assignment_id ,
97: p_wp_usage_flag => p_wp_usage_flag ,
98: p_fp_usage_flag => p_fp_usage_flag,
99: p_prog_rep_usage_flag => p_prog_rep_usage_flag,

Line 139: --Call to the Pvt Pkg Pa_Rbs_Asgmt_Pvt.Delete_RBS_Assignment

135: THEN
136: FND_MSG_PUB.initialize;
137: END IF;
138:
139: --Call to the Pvt Pkg Pa_Rbs_Asgmt_Pvt.Delete_RBS_Assignment
140: Pa_Rbs_Asgmt_Pvt.Delete_RBS_Assignment(
141: p_rbs_prj_assignment_id => p_rbs_prj_assignment_id,
142: x_return_status => x_return_status,
143: x_msg_count => x_msg_count,

Line 140: Pa_Rbs_Asgmt_Pvt.Delete_RBS_Assignment(

136: FND_MSG_PUB.initialize;
137: END IF;
138:
139: --Call to the Pvt Pkg Pa_Rbs_Asgmt_Pvt.Delete_RBS_Assignment
140: Pa_Rbs_Asgmt_Pvt.Delete_RBS_Assignment(
141: p_rbs_prj_assignment_id => p_rbs_prj_assignment_id,
142: x_return_status => x_return_status,
143: x_msg_count => x_msg_count,
144: x_error_msg_data => x_error_msg_data );