DBA Data[Home] [Help]

APPS.MTL_CCEOI_ACTION_PUB dependencies on STANDARD

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

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

Line 366: -- Standard check of p_commit

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

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

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

Line 679: -- Standard check of p_commit

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

Line 782: -- Standard start of API savepoint

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

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

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

Line 1023: -- Standard check of p_commit

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

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

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

Line 1123: -- Standard start of API savepoint

1119: e_Invalid_Inputs EXCEPTION;
1120: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1121: BEGIN
1122:
1123: -- Standard start of API savepoint
1124: SAVEPOINT Process_LPN_CountRequest;
1125:
1126: -- Standard Call to check for call compatibility
1127: IF NOT FND_API.Compatible_API_Call(l_api_version

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

1122:
1123: -- Standard start of API savepoint
1124: SAVEPOINT Process_LPN_CountRequest;
1125:
1126: -- Standard Call to check for call compatibility
1127: IF NOT FND_API.Compatible_API_Call(l_api_version
1128: , p_api_version
1129: , l_api_name
1130: , G_PKG_NAME) THEN