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.27.12020000.4 2012/11/28 09:57:05 srkotika 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 428: -- Standard call to get message count and if count is 1, get message info.

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

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

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

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

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

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

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