DBA Data[Home] [Help]

APPS.PA_RBS_ASGMT_PUB dependencies on FND_MSG_PUB

Line 41: FND_MSG_PUB.initialize;

37: * First Initialize the message list.
38: ****************************************/
39: IF FND_API.to_boolean( p_init_msg_list )
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(

Line 91: FND_MSG_PUB.initialize;

87: * First Initialize the message list.
88: ****************************************/
89: IF FND_API.to_boolean( p_init_msg_list )
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(

Line 136: FND_MSG_PUB.initialize;

132: * First Initialize the message list.
133: ****************************************/
134: IF FND_API.to_boolean( p_init_msg_list )
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(