DBA Data[Home] [Help]

APPS.ASO_CONTRACT_TERMS_INT dependencies on FND_MSG_PUB

Line 104: fnd_msg_pub.initialize;

100: IF fnd_api.to_boolean (
101: p_init_msg_list
102: )
103: THEN
104: fnd_msg_pub.initialize;
105: END IF;
106:
107: -- Initialize API return status to SUCCESS
108: x_return_status := fnd_api.g_ret_sts_success;

Line 375: fnd_msg_pub.count_and_get (

371: 'Y');
372: END IF;
373:
374: -- Standard call to get message count and if count is 1, get message info.
375: fnd_msg_pub.count_and_get (
376: p_count => x_msg_count,
377: p_data => x_msg_data
378: );
379:

Line 417: fnd_msg_pub.initialize;

413: IF fnd_api.to_boolean (
414: p_init_msg_list
415: )
416: THEN
417: fnd_msg_pub.initialize;
418: END IF;
419:
420: -- Initialize API return status to SUCCESS
421: x_return_status := fnd_api.g_ret_sts_success;

Line 514: fnd_msg_pub.count_and_get (

510: 'Y');
511: END IF;
512:
513: -- Standard call to get message count and if count is 1, get message info.
514: fnd_msg_pub.count_and_get (
515: p_count => x_msg_count,
516: p_data => x_msg_data
517: );
518:

Line 569: fnd_msg_pub.initialize;

565: IF fnd_api.to_boolean (
566: p_init_msg_list
567: )
568: THEN
569: fnd_msg_pub.initialize;
570: END IF;
571:
572: -- Initialize API return status to SUCCESS
573: x_return_status := fnd_api.g_ret_sts_success;

Line 687: fnd_msg_pub.count_and_get (

683: 'Y');
684: END IF;
685:
686: -- Standard call to get message count and if count is 1, get message info.
687: fnd_msg_pub.count_and_get (
688: p_count => x_msg_count,
689: p_data => x_msg_data
690: );
691: RETURN l_return;