DBA Data[Home] [Help]

APPS.GMF_CMCOMMON dependencies on STANDARD

Line 689: * Standard call to check for call compatibility. *

685: FND_MSG_PUB.initialize;
686: END IF;
687:
688: /*************************************************
689: * Standard call to check for call compatibility. *
690: *************************************************/
691:
692: IF NOT FND_API.Compatible_API_Call
693: (

Line 1021: * Standard call to get message count and if count is 1, get message info. *

1017: END IF;
1018: RETURN(1);
1019:
1020: /**************************************************************************
1021: * Standard call to get message count and if count is 1, get message info. *
1022: **************************************************************************/
1023: FND_MSG_PUB.Count_And_Get (
1024: p_count => x_msg_count,
1025: p_data => x_msg_data

Line 1274: * Standard call to check for call compatibility. *

1270: FND_MSG_PUB.initialize;
1271: END IF;
1272:
1273: /*************************************************
1274: * Standard call to check for call compatibility. *
1275: *************************************************/
1276: IF NOT FND_API.Compatible_API_Call (
1277: l_api_version,
1278: p_api_version,

Line 1499: * Standard call to get message count and if count is 1, get message info. *

1495: END IF;
1496: END IF;
1497:
1498: /**************************************************************************
1499: * Standard call to get message count and if count is 1, get message info. *
1500: **************************************************************************/
1501: FND_MSG_PUB.Count_And_Get (
1502: p_count => x_msg_count,
1503: p_data => x_msg_data

Line 1620: * Standard call to check for call compatibility. *

1616:
1617: END IF;
1618:
1619: /*************************************************
1620: * Standard call to check for call compatibility. *
1621: *************************************************/
1622: IF NOT FND_API.Compatible_API_Call
1623: (
1624: l_api_version,

Line 1652: * Standard call to get message count and if count is 1, get message info. *

1648: END IF;
1649: CLOSE c_get_period_info;
1650:
1651: /**************************************************************************
1652: * Standard call to get message count and if count is 1, get message info. *
1653: **************************************************************************/
1654: FND_MSG_PUB.Count_And_Get (
1655: p_count => x_msg_count,
1656: p_data => x_msg_data

Line 2092: * Standard call to get message count and if count is 1, get message info. *

2088: cmcommon_log( 'Return Status => '|| l_return_status || ' Message => '|| l_msg_data ||' Cost => '||l_total_cost);
2089: END IF;
2090:
2091: /**************************************************************************
2092: * Standard call to get message count and if count is 1, get message info. *
2093: **************************************************************************/
2094: FND_MSG_PUB.Count_And_Get (
2095: p_count => l_msg_count,
2096: p_data => l_msg_data

Line 2227: * Standard call to get message count and if count is 1, get message info. *

2223: cmcommon_log( 'Return Status => '|| l_return_status || ' Message => '|| l_msg_data ||' Cost => '||l_total_cost);
2224: END IF;
2225:
2226: /**************************************************************************
2227: * Standard call to get message count and if count is 1, get message info. *
2228: **************************************************************************/
2229: FND_MSG_PUB.Count_And_Get (
2230: p_count => l_msg_count,
2231: p_data => l_msg_data