DBA Data[Home] [Help]

APPS.GMF_CMCOMMON dependencies on STANDARD

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

726: FND_MSG_PUB.initialize;
727: END IF;
728:
729: /*************************************************
730: * Standard call to check for call compatibility. *
731: *************************************************/
732:
733: IF NOT FND_API.Compatible_API_Call
734: (

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

1189: END IF;
1190: RETURN(1);
1191:
1192: /**************************************************************************
1193: * Standard call to get message count and if count is 1, get message info. *
1194: **************************************************************************/
1195: FND_MSG_PUB.Count_And_Get (
1196: p_count => x_msg_count,
1197: p_data => x_msg_data

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

1442: FND_MSG_PUB.initialize;
1443: END IF;
1444:
1445: /*************************************************
1446: * Standard call to check for call compatibility. *
1447: *************************************************/
1448: IF NOT FND_API.Compatible_API_Call (
1449: l_api_version,
1450: p_api_version,

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

1673: END IF;
1674: END IF;
1675:
1676: /**************************************************************************
1677: * Standard call to get message count and if count is 1, get message info. *
1678: **************************************************************************/
1679: FND_MSG_PUB.Count_And_Get (
1680: p_count => x_msg_count,
1681: p_data => x_msg_data

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

1794:
1795: END IF;
1796:
1797: /*************************************************
1798: * Standard call to check for call compatibility. *
1799: *************************************************/
1800: IF NOT FND_API.Compatible_API_Call
1801: (
1802: l_api_version,

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

1826: END IF;
1827: CLOSE c_get_period_info;
1828:
1829: /**************************************************************************
1830: * Standard call to get message count and if count is 1, get message info. *
1831: **************************************************************************/
1832: FND_MSG_PUB.Count_And_Get (
1833: p_count => x_msg_count,
1834: p_data => x_msg_data

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

2266: cmcommon_log( 'Return Status => '|| l_return_status || ' Message => '|| l_msg_data ||' Cost => '||l_total_cost);
2267: END IF;
2268:
2269: /**************************************************************************
2270: * Standard call to get message count and if count is 1, get message info. *
2271: **************************************************************************/
2272: FND_MSG_PUB.Count_And_Get (
2273: p_count => l_msg_count,
2274: p_data => l_msg_data

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

2401: cmcommon_log( 'Return Status => '|| l_return_status || ' Message => '|| l_msg_data ||' Cost => '||l_total_cost);
2402: END IF;
2403:
2404: /**************************************************************************
2405: * Standard call to get message count and if count is 1, get message info. *
2406: **************************************************************************/
2407: FND_MSG_PUB.Count_And_Get (
2408: p_count => l_msg_count,
2409: p_data => l_msg_data