DBA Data[Home] [Help]

APPS.MTL_INV_UTIL_GRP dependencies on STANDARD

Line 85: -- Standard start of API savepoint

81: --
82: L_api_version CONSTANT NUMBER := 0.9;
83: L_api_name CONSTANT VARCHAR2(30) := 'Get_Item_Cost';
84: BEGIN
85: -- Standard start of API savepoint
86: SAVEPOINT Get_Item_Cost;
87: --
88: /*
89: -- Standard Call to check for call compatibility

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

85: -- Standard start of API savepoint
86: SAVEPOINT Get_Item_Cost;
87: --
88: /*
89: -- Standard Call to check for call compatibility
90: IF NOT FND_API.Compatible_API_Call(l_api_version
91: , p_api_version
92: , l_api_name
93: , G_PKG_NAME) THEN

Line 135: -- Standard check of p_commit

131:
132:
133: -- END of API body
134: /*
135: -- Standard check of p_commit
136: IF FND_API.to_Boolean(p_commit) THEN
137: COMMIT;
138: END IF;
139: -- Standard call to get message count and if count is 1, get message info

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

135: -- Standard check of p_commit
136: IF FND_API.to_Boolean(p_commit) THEN
137: COMMIT;
138: END IF;
139: -- Standard call to get message count and if count is 1, get message info
140: FND_MSG_PUB.Count_And_Get
141: (p_count => x_msg_count
142: , p_data => x_msg_data);
143: */

Line 294: -- Standard start of API savepoint

290: BEGIN
291: IF (l_debug = 1) THEN
292: MDEBUG( 'Begin of Calculate_Systemquantity1');
293: END IF;
294: -- Standard start of API savepoint
295: SAVEPOINT Calculate_Systemquantity;
296: --
297: -- for Testing marked by suresh
298: -- Standard Call to check for call compatibility

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

294: -- Standard start of API savepoint
295: SAVEPOINT Calculate_Systemquantity;
296: --
297: -- for Testing marked by suresh
298: -- Standard Call to check for call compatibility
299: IF NOT FND_API.Compatible_API_Call(l_api_version
300: , p_api_version
301: , l_api_name
302: , G_PKG_NAME) THEN

Line 382: -- Standard check of p_commit

378: END IF;
379: END IF;
380: --
381: -- END of API body
382: -- Standard check of p_commit
383: IF FND_API.to_Boolean(p_commit) THEN
384: COMMIT;
385: END IF;
386: -- Standard call to get message count and if count is 1, get message info

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

382: -- Standard check of p_commit
383: IF FND_API.to_Boolean(p_commit) THEN
384: COMMIT;
385: END IF;
386: -- Standard call to get message count and if count is 1, get message info
387: FND_MSG_PUB.Count_And_Get
388: (p_count => x_msg_count
389: , p_data => x_msg_data);
390: EXCEPTION

Line 577: -- Standard start of API savepoint

573: THEN
574: mdebug ('Begin of Calculate_Systemquantity1');
575: END IF;
576:
577: -- Standard start of API savepoint
578: SAVEPOINT calculate_systemquantity;
579:
580: --
581: -- for Testing marked by suresh

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

578: SAVEPOINT calculate_systemquantity;
579:
580: --
581: -- for Testing marked by suresh
582: -- Standard Call to check for call compatibility
583: IF NOT fnd_api.compatible_api_call (l_api_version,
584: p_api_version,
585: l_api_name,
586: g_pkg_name

Line 704: -- Standard check of p_commit

700: END IF;
701:
702: --
703: -- END of API body
704: -- Standard check of p_commit
705: IF fnd_api.to_boolean (p_commit)
706: THEN
707: COMMIT;
708: END IF;

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

706: THEN
707: COMMIT;
708: END IF;
709:
710: -- Standard call to get message count and if count is 1, get message info
711: fnd_msg_pub.count_and_get (p_count => x_msg_count,
712: p_data => x_msg_data);
713: EXCEPTION
714: WHEN fnd_api.g_exc_error

Line 1159: -- Standard start of API savepoint

1155: L_api_version CONSTANT NUMBER := 0.9;
1156: L_api_name CONSTANT VARCHAR2(30) := 'Get_LPN_Item_SysQty';
1157: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1158: BEGIN
1159: -- Standard start of API savepoint
1160: SAVEPOINT Get_LPN_Item_SysQty;
1161:
1162: -- Standard Call to check for call compatibility
1163: IF NOT FND_API.Compatible_API_Call(l_api_version

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

1158: BEGIN
1159: -- Standard start of API savepoint
1160: SAVEPOINT Get_LPN_Item_SysQty;
1161:
1162: -- Standard Call to check for call compatibility
1163: IF NOT FND_API.Compatible_API_Call(l_api_version
1164: , p_api_version
1165: , l_api_name
1166: , G_PKG_NAME) THEN

Line 1378: -- Standard start of API savepoint

1374: l_api_version CONSTANT NUMBER := 0.9;
1375: l_api_name CONSTANT VARCHAR2 (30) := 'Get_LPN_Item_SysQty2';
1376: l_debug NUMBER := NVL (fnd_profile.VALUE ('INV_DEBUG_TRACE'), 0);
1377: BEGIN
1378: -- Standard start of API savepoint
1379: SAVEPOINT get_lpn_item_sysqty;
1380:
1381: -- Standard Call to check for call compatibility
1382: IF NOT fnd_api.compatible_api_call (l_api_version

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

1377: BEGIN
1378: -- Standard start of API savepoint
1379: SAVEPOINT get_lpn_item_sysqty;
1380:
1381: -- Standard Call to check for call compatibility
1382: IF NOT fnd_api.compatible_api_call (l_api_version
1383: , p_api_version
1384: , l_api_name
1385: , g_pkg_name