DBA Data[Home] [Help]

APPS.MTL_CCEOI_ACTION_PUB dependencies on STANDARD

Line 239: -- Standard Call to check for call compatibility

235: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
236: BEGIN
237: SAVEPOINT Enforce_SKU_CountEntry_Match;
238: --
239: -- Standard Call to check for call compatibility
240: IF NOT FND_API.Compatible_API_Call(l_api_version
241: , p_api_version
242: , l_api_name
243: , G_PKG_NAME) THEN

Line 367: -- Standard check of p_commit

363: --
364: -- END of API body
365: --
366:
367: -- Standard check of p_commit
368: IF FND_API.to_Boolean(p_commit) THEN
369: COMMIT;
370: END IF;
371:

Line 478: -- Standard Call to check for call compatibility

474: BEGIN
475:
476: SAVEPOINT Initial_Insert;
477: --
478: -- Standard Call to check for call compatibility
479: IF NOT FND_API.Compatible_API_Call(l_api_version
480: , p_api_version
481: , l_api_name
482: , G_PKG_NAME) THEN

Line 681: -- Standard check of p_commit

677: --
678: -- END of API body
679: --
680:
681: -- Standard check of p_commit
682: IF FND_API.to_Boolean(p_commit) THEN
683: COMMIT;
684: END IF;
685:

Line 784: -- Standard start of API savepoint

780: L_CCEOIId NUMBER;
781: L_interface_rec MTL_CCEOI_VAR_PVT.INV_CCEOI_TYPE;
782: L_id NUMBER;
783: BEGIN
784: -- Standard start of API savepoint
785: SAVEPOINT Import_CountRequest_PUB;
786: -- Standard Call to check for call compatibility
787: IF NOT FND_API.Compatible_API_Call(l_api_version
788: , p_api_version

Line 786: -- Standard Call to check for call compatibility

782: L_id NUMBER;
783: BEGIN
784: -- Standard start of API savepoint
785: SAVEPOINT Import_CountRequest_PUB;
786: -- Standard Call to check for call compatibility
787: IF NOT FND_API.Compatible_API_Call(l_api_version
788: , p_api_version
789: , l_api_name
790: , G_PKG_NAME) THEN

Line 1025: -- Standard check of p_commit

1021:
1022: x_interface_id := mtl_cceoi_var_pvt.g_cc_entry_interface_id;
1023: --
1024: -- END of API body
1025: -- Standard check of p_commit
1026: IF FND_API.to_Boolean(p_commit) THEN
1027: COMMIT;
1028: END IF;
1029: -- Standard call to get message count and if count is 1, get message info

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

1025: -- Standard check of p_commit
1026: IF FND_API.to_Boolean(p_commit) THEN
1027: COMMIT;
1028: END IF;
1029: -- Standard call to get message count and if count is 1, get message info
1030: FND_MSG_PUB.Count_And_Get
1031: (p_count => x_msg_count
1032: , p_data => x_msg_data);
1033:

Line 1128: -- Standard start of API savepoint

1124: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1125: BEGIN
1126:
1127: MTL_CCEOI_VAR_PVT.G_LPN_ID := NULL;
1128: -- Standard start of API savepoint
1129: SAVEPOINT Process_LPN_CountRequest;
1130:
1131: -- Standard Call to check for call compatibility
1132: IF NOT FND_API.Compatible_API_Call(l_api_version

Line 1131: -- Standard Call to check for call compatibility

1127: MTL_CCEOI_VAR_PVT.G_LPN_ID := NULL;
1128: -- Standard start of API savepoint
1129: SAVEPOINT Process_LPN_CountRequest;
1130:
1131: -- Standard Call to check for call compatibility
1132: IF NOT FND_API.Compatible_API_Call(l_api_version
1133: , p_api_version
1134: , l_api_name
1135: , G_PKG_NAME) THEN