DBA Data[Home] [Help]

APPS.CSD_GEN_ERRMSGS_PVT dependencies on STANDARD

Line 76: -- Standard call to check for call compatibility.

72: );
73: END IF;
74:
75:
76: -- Standard call to check for call compatibility.
77: IF NOT fnd_api.compatible_api_call (l_api_version_number,
78: p_api_version,
79: l_api_name,
80: g_pkg_name

Line 294: -- Standard call to get message count and IF count is get message info.

290: -- The commit happens everytime
291: -- in a separate transaction.
292: COMMIT;
293:
294: -- Standard call to get message count and IF count is get message info.
295: fnd_msg_pub.count_and_get (p_count => x_msg_count,
296: p_data => x_msg_data);
297:
298: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

Line 394: -- Standard call to check for call compatibility.

390: 'Entered Purge_Msg'
391: );
392: END IF;
393:
394: -- Standard call to check for call compatibility.
395: IF NOT fnd_api.compatible_api_call (l_api_version_number,
396: p_api_version,
397: l_api_name,
398: g_pkg_name

Line 423: -- Standard call to get message count and IF count is get message info.

419: END;
420:
421: COMMIT;
422:
423: -- Standard call to get message count and IF count is get message info.
424: fnd_msg_pub.count_and_get (p_count => x_msg_count,
425: p_data => x_msg_data);
426:
427: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

Line 536: -- Standard call to check for call compatibility.

532: 'Entered PURGE_ENTITY_MSGS'
533: );
534: END IF;
535:
536: -- Standard call to check for call compatibility.
537: IF NOT fnd_api.compatible_api_call (l_api_version_number,
538: p_api_version,
539: l_api_name,
540: g_pkg_name

Line 577: -- Standard call to get message count and IF count is get message info.

573: END;
574:
575: COMMIT;
576:
577: -- Standard call to get message count and IF count is get message info.
578: fnd_msg_pub.count_and_get (p_count => x_msg_count,
579: p_data => x_msg_data);
580:
581: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

Line 777: -- Standard call to check for call compatibility.

773: -- initialize message list
774: fnd_msg_pub.initialize;
775: END IF;
776:
777: -- Standard call to check for call compatibility.
778: IF NOT fnd_api.compatible_api_call (l_api_version_number,
779: p_api_version,
780: l_api_name,
781: g_pkg_name

Line 968: -- Standard call to get message count and IF count is get message info.

964: 'Leaving GET_ERRMSGS'
965: );
966: END IF;
967:
968: -- Standard call to get message count and IF count is get message info.
969: fnd_msg_pub.count_and_get (p_count => x_msg_count,
970: p_data => x_msg_data);
971: EXCEPTION
972: WHEN fnd_api.g_exc_error