DBA Data[Home] [Help]

APPS.FTE_MLS_UTIL dependencies on STANDARD

Line 1721: -- Standard Start of API savepoint

1717:
1718: --{
1719: BEGIN
1720: --
1721: -- Standard Start of API savepoint
1722: SAVEPOINT GET_CARRIER_CONTACT_INFO_PUB;
1723: --
1724: --
1725: -- Initialize message list if p_init_msg_list is set to TRUE.

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

1777:
1778: IF get_contact_info_cur%ISOPEN THEN
1779: CLOSE get_contact_info_cur;
1780: END IF;
1781: -- Standard call to get message count and if count is 1,get message info.
1782: --
1783: FND_MSG_PUB.Count_And_Get
1784: (
1785: p_count => x_msg_count,

Line 1991: -- Standard Start of API savepoint

1987:
1988: --{
1989: BEGIN
1990: --
1991: -- Standard Start of API savepoint
1992: SAVEPOINT GET_SHIPPER_CONTACT_INFO_PUB;
1993: --
1994: --
1995: -- Initialize message list if p_init_msg_list is set to TRUE.

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

2047:
2048:
2049: -- x_shipper_contact := p_shipper_name||', '||l_shipper_email||', '||l_shipper_fax;
2050:
2051: -- Standard call to get message count and if count is 1,get message info.
2052: --
2053: FND_MSG_PUB.Count_And_Get
2054: (
2055: p_count => x_msg_count,

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

2748:
2749: END IF;
2750: END IF;
2751:
2752: -- Standard call to get message count and if count is 1,get message info.
2753: --
2754: FND_MSG_PUB.Count_And_Get
2755: (
2756: p_count => x_msg_count,

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

2996: END IF;
2997:
2998:
2999:
3000: -- Standard call to get message count and if count is 1,get message info.
3001: --
3002: FND_MSG_PUB.Count_And_Get
3003: (
3004: p_count => x_msg_count,