DBA Data[Home] [Help]

APPS.EAM_METERS_UTIL dependencies on STANDARD

Line 4: -- Standard who

1: PACKAGE BODY EAM_METERS_UTIL AS
2: /* $Header: EAMETERB.pls 120.25 2006/05/15 05:58:26 sshahid ship $ */
3:
4: -- Standard who
5: g_last_updated_by NUMBER(15) := FND_GLOBAL.USER_ID;
6: g_created_by NUMBER(15) := FND_GLOBAL.USER_ID;
7: g_last_update_login NUMBER(15) := FND_GLOBAL.LOGIN_ID;
8: g_request_id NUMBER(15) := FND_GLOBAL.CONC_REQUEST_ID;

Line 427: -- Standard call to get message count and if count is 1, get message info.

423: /* Shifted above the if condition as FIX for bug no :2752841 */
424: end if;
425: END IF;
426:
427: -- Standard call to get message count and if count is 1, get message info.
428: FND_MSG_PUB.Count_And_Get
429: ( p_count => x_msg_count ,
430: p_data => x_msg_data
431: );

Line 554: -- Standard call to get message count and if count is 1, get message info.

550:
551:
552: END IF;
553:
554: -- Standard call to get message count and if count is 1, get message info.
555: FND_MSG_PUB.Count_And_Get
556: ( p_count => x_msg_count ,
557: p_data => x_msg_data
558: );

Line 663: -- Standard call to get message count and if count is 1, get message info.

659: ROLLBACK TO EAM_METERS_UTIL_NEW;
660: END IF;
661: END IF;
662:
663: -- Standard call to get message count and if count is 1, get message info.
664: FND_MSG_PUB.Count_And_Get
665: ( p_count => x_msg_count ,
666: p_data => x_msg_data
667: );

Line 1510: -- Standard call to get message count and if count is 1, get message info.

1506: fnd_message.set_name('EAM', 'EAM_METER_USED_IN_PM');
1507: fnd_msg_pub.add;
1508: END IF;
1509:
1510: -- Standard call to get message count and if count is 1, get message info.
1511: FND_MSG_PUB.Count_And_Get
1512: ( p_count => x_msg_count ,
1513: p_data => x_msg_data
1514: );