DBA Data[Home] [Help]

APPS.GMF_ITEMCOST_PVT dependencies on STANDARD

Line 229: * Standard Start of API savepoint *

225: l_idx NUMBER(10) := 0 ;
226:
227: BEGIN
228: /**********************************
229: * Standard Start of API savepoint *
230: **********************************/
231: SAVEPOINT CREATE_ITEM_COST_PVT ;
232:
233: /*************************************************************

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

238: FND_MSG_PUB.initialize;
239: END IF;
240:
241: /*************************************************
242: * Standard call to check for call compatibility. *
243: *************************************************/
244: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version, l_api_name, G_PKG_NAME)
245: THEN
246: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 655: * Standard check of p_commit. *

651: log_msg( x_costcmpnt_ids.count || ' Component cost row(s) inserted');
652: END IF;
653:
654: /******************************
655: * Standard check of p_commit. *
656: ******************************/
657: IF FND_API.To_Boolean (p_commit)
658: THEN
659: COMMIT WORK;

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

659: COMMIT WORK;
660: END IF;
661:
662: /**************************************************************************
663: * Standard call to get message count and if count is 1, get message info. *
664: **************************************************************************/
665: FND_MSG_PUB.Count_And_Get
666: (
667: p_count => x_msg_count,

Line 761: * Standard Start of API savepoint *

757: l_api_name CONSTANT VARCHAR2(30) := 'Update_Item_Cost' ;
758: l_api_version CONSTANT NUMBER := 3.0 ;
759: BEGIN
760: /**********************************
761: * Standard Start of API savepoint *
762: **********************************/
763: SAVEPOINT UPDATE_ITEM_COST_PVT ;
764:
765: /*************************************************************

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

770: FND_MSG_PUB.initialize;
771: END IF;
772:
773: /*************************************************
774: * Standard call to check for call compatibility. *
775: *************************************************/
776: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version, l_api_name, G_PKG_NAME)
777: THEN
778: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1177: * Standard check of p_commit. *

1173: END ;
1174: END LOOP ;
1175:
1176: /******************************
1177: * Standard check of p_commit. *
1178: ******************************/
1179: IF FND_API.To_Boolean( p_commit )
1180: THEN
1181: COMMIT WORK;

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

1181: COMMIT WORK;
1182: END IF;
1183:
1184: /**************************************************************************
1185: * Standard call to get message count and if count is 1, get message info. *
1186: **************************************************************************/
1187: FND_MSG_PUB.Count_And_Get
1188: (
1189: p_count => x_msg_count,

Line 1305: * Standard Start of API savepoint *

1301: ORDER BY cd.cost_cmpntcls_id, cd.cost_analysis_code;
1302: BEGIN
1303:
1304: /**********************************
1305: * Standard Start of API savepoint *
1306: **********************************/
1307: SAVEPOINT GET_ITEM_COST_PVT;
1308:
1309: /*************************************************************

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

1314: FND_MSG_PUB.initialize;
1315: END IF;
1316:
1317: /*************************************************
1318: * Standard call to check for call compatibility. *
1319: *************************************************/
1320: IF NOT FND_API.Compatible_API_Call ( l_api_version, p_api_version, l_api_name, G_PKG_NAME)
1321: THEN
1322: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1395: END IF ;
1396: END LOOP ;
1397:
1398: /**************************************************************************
1399: * Standard call to get message count and if count is 1, get message info. *
1400: **************************************************************************/
1401: FND_MSG_PUB.Count_And_Get
1402: (
1403: p_count => x_msg_count,