DBA Data[Home] [Help]

APPS.FA_MC_BOOK_CONTROLS_PKG dependencies on FND_MSG_PUB

Line 146: FND_MSG_PUB.count_and_get (

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

Line 159: FND_MSG_PUB.count_and_get (

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

Line 294: FND_MSG_PUB.count_and_get (

290: ROLLBACK TO create_mc_bc;
291:
292: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
293:
294: FND_MSG_PUB.count_and_get (
295: p_count => x_msg_count,
296: p_data => x_msg_data
297: );
298:

Line 307: FND_MSG_PUB.count_and_get (

303:
304: fa_srvr_msg.add_sql_error(
305: calling_fn => l_calling_fn);
306:
307: FND_MSG_PUB.count_and_get (
308: p_count => x_msg_count,
309: p_data => x_msg_data
310: );
311:

Line 759: FND_MSG_PUB.count_and_get (

755: ROLLBACK TO update_mc_bc;
756:
757: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
758:
759: FND_MSG_PUB.count_and_get (
760: p_count => x_msg_count,
761: p_data => x_msg_data
762: );
763:

Line 772: FND_MSG_PUB.count_and_get (

768:
769: fa_srvr_msg.add_sql_error(
770: calling_fn => l_calling_fn);
771:
772: FND_MSG_PUB.count_and_get (
773: p_count => x_msg_count,
774: p_data => x_msg_data
775: );
776: