DBA Data[Home] [Help]

APPS.INV_RESERVATION_PUB dependencies on STANDARD

Line 54: -- Standard call to check for call compatibility

50: l_progress NUMBER;
51: l_secondary_quantity_reserved NUMBER;
52:
53: BEGIN
54: -- Standard call to check for call compatibility
55: IF NOT fnd_api.compatible_api_call(l_api_version_number
56: , p_api_version_number
57: , l_api_name
58: , G_PKG_NAME

Line 234: -- Standard call to check for call compatibility

230: -- l_secondary_quantity_reserved NUMBER; -- INVCONV
231: /*** End R12 ***/
232:
233: BEGIN
234: -- Standard call to check for call compatibility
235: IF NOT fnd_api.compatible_api_call(l_api_version_number
236: , p_api_version_number
237: , l_api_name
238: , G_PKG_NAME

Line 633: -- Standard call to check for call compatibility

629: l_secondary_quantity_reserved NUMBER;
630: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
631:
632: BEGIN
633: -- Standard call to check for call compatibility
634: IF NOT fnd_api.compatible_api_call(l_api_version_number
635: , p_api_version_number
636: , l_api_name
637: , G_PKG_NAME

Line 760: -- Standard call to check for call compatibility

756: l_secondary_quantity_reserved NUMBER; -- INVCONV
757: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
758:
759: BEGIN
760: -- Standard call to check for call compatibility
761: IF NOT fnd_api.compatible_api_call(l_api_version_number
762: , p_api_version_number
763: , l_api_name
764: , G_PKG_NAME

Line 887: -- Standard call to check for call compatibility

883: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0); -- INVCONV
884: l_secondary_relieved_quantity NUMBER; -- INVCONV
885: l_secondary_remain_quantity NUMBER; -- INVCONV
886: BEGIN
887: -- Standard call to check for call compatibility
888: IF NOT fnd_api.compatible_api_call(l_api_version_number
889: , p_api_version_number
890: , l_api_name
891: , G_PKG_NAME

Line 995: -- Standard call to check for call compatibility

991: l_api_version_number CONSTANT NUMBER := 1.0;
992: l_api_name CONSTANT VARCHAR2(30) := 'Relieve_Reservation';
993: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
994: BEGIN
995: -- Standard call to check for call compatibility
996: IF NOT fnd_api.compatible_api_call(l_api_version_number
997: , p_api_version_number
998: , l_api_name
999: , G_PKG_NAME

Line 1091: -- Standard call to check for call compatibility

1087: l_api_version_number CONSTANT NUMBER := 1.0;
1088: l_api_name CONSTANT VARCHAR2(30) := 'Delete_Reservation';
1089: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
1090: BEGIN
1091: -- Standard call to check for call compatibility
1092: IF NOT fnd_api.compatible_api_call(l_api_version_number
1093: , p_api_version_number
1094: , l_api_name
1095: , G_PKG_NAME

Line 1192: -- Standard call to check for call compatibility

1188: l_api_version_number CONSTANT NUMBER := 1.0;
1189: l_api_name CONSTANT VARCHAR2(30) := 'Transfer_Reservation';
1190: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
1191: BEGIN
1192: -- Standard call to check for call compatibility
1193: IF NOT fnd_api.compatible_api_call(l_api_version_number
1194: , p_api_version_number
1195: , l_api_name
1196: , G_PKG_NAME

Line 1328: -- Standard call to check for call compatibility

1324: l_query_input inv_reservation_global.mtl_reservation_rec_type
1325: := p_query_input;
1326: -- OPM BUG 1415345 END
1327: BEGIN
1328: -- Standard call to check for call compatibility
1329: IF NOT fnd_api.compatible_api_call(l_api_version_number
1330: , p_api_version_number
1331: , l_api_name
1332: , G_PKG_NAME

Line 1462: -- Standard call to check for call compatibility

1458: l_query_input inv_reservation_global.mtl_reservation_rec_type
1459: := p_query_input;
1460: -- OPM BUG 1415345 END
1461: BEGIN
1462: -- Standard call to check for call compatibility
1463: IF NOT fnd_api.compatible_api_call(l_api_version_number
1464: , p_api_version_number
1465: , l_api_name
1466: , G_PKG_NAME