DBA Data[Home] [Help]

APPS.FA_MC_BOOK_CONTROLS_PKG dependencies on FND_MSG_PUB

Line 148: FND_MSG_PUB.count_and_get (

144: ROLLBACK TO create_mc_bc;
145:
146: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
147:
148: FND_MSG_PUB.count_and_get (
149: p_count => x_msg_count,
150: p_data => x_msg_data
151: );
152:

Line 161: FND_MSG_PUB.count_and_get (

157:
158: fa_srvr_msg.add_sql_error(
159: calling_fn => l_calling_fn);
160:
161: FND_MSG_PUB.count_and_get (
162: p_count => x_msg_count,
163: p_data => x_msg_data
164: );
165:

Line 333: FND_MSG_PUB.count_and_get (

329: ROLLBACK TO create_mc_bc;
330:
331: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
332:
333: FND_MSG_PUB.count_and_get (
334: p_count => x_msg_count,
335: p_data => x_msg_data
336: );
337:

Line 346: FND_MSG_PUB.count_and_get (

342:
343: fa_srvr_msg.add_sql_error(
344: calling_fn => l_calling_fn);
345:
346: FND_MSG_PUB.count_and_get (
347: p_count => x_msg_count,
348: p_data => x_msg_data
349: );
350:

Line 802: FND_MSG_PUB.count_and_get (

798: ROLLBACK TO update_mc_bc;
799:
800: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
801:
802: FND_MSG_PUB.count_and_get (
803: p_count => x_msg_count,
804: p_data => x_msg_data
805: );
806:

Line 815: FND_MSG_PUB.count_and_get (

811:
812: fa_srvr_msg.add_sql_error(
813: calling_fn => l_calling_fn);
814:
815: FND_MSG_PUB.count_and_get (
816: p_count => x_msg_count,
817: p_data => x_msg_data
818: );
819: