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 252: -- Standard call to check for call compatibility

248: -- l_secondary_quantity_reserved NUMBER; -- INVCONV
249: /*** End R12 ***/
250:
251: BEGIN
252: -- Standard call to check for call compatibility
253: IF NOT fnd_api.compatible_api_call(l_api_version_number
254: , p_api_version_number
255: , l_api_name
256: , G_PKG_NAME

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

647: l_secondary_quantity_reserved NUMBER;
648: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
649:
650: BEGIN
651: -- Standard call to check for call compatibility
652: IF NOT fnd_api.compatible_api_call(l_api_version_number
653: , p_api_version_number
654: , l_api_name
655: , G_PKG_NAME

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

774: l_secondary_quantity_reserved NUMBER; -- INVCONV
775: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
776:
777: BEGIN
778: -- Standard call to check for call compatibility
779: IF NOT fnd_api.compatible_api_call(l_api_version_number
780: , p_api_version_number
781: , l_api_name
782: , G_PKG_NAME

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

901: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0); -- INVCONV
902: l_secondary_relieved_quantity NUMBER; -- INVCONV
903: l_secondary_remain_quantity NUMBER; -- INVCONV
904: BEGIN
905: -- Standard call to check for call compatibility
906: IF NOT fnd_api.compatible_api_call(l_api_version_number
907: , p_api_version_number
908: , l_api_name
909: , G_PKG_NAME

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

1009: l_api_version_number CONSTANT NUMBER := 1.0;
1010: l_api_name CONSTANT VARCHAR2(30) := 'Relieve_Reservation';
1011: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
1012: BEGIN
1013: -- Standard call to check for call compatibility
1014: IF NOT fnd_api.compatible_api_call(l_api_version_number
1015: , p_api_version_number
1016: , l_api_name
1017: , G_PKG_NAME

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

1105: l_api_version_number CONSTANT NUMBER := 1.0;
1106: l_api_name CONSTANT VARCHAR2(30) := 'Delete_Reservation';
1107: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
1108: BEGIN
1109: -- Standard call to check for call compatibility
1110: IF NOT fnd_api.compatible_api_call(l_api_version_number
1111: , p_api_version_number
1112: , l_api_name
1113: , G_PKG_NAME

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

1206: l_api_version_number CONSTANT NUMBER := 1.0;
1207: l_api_name CONSTANT VARCHAR2(30) := 'Transfer_Reservation';
1208: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
1209: BEGIN
1210: -- Standard call to check for call compatibility
1211: IF NOT fnd_api.compatible_api_call(l_api_version_number
1212: , p_api_version_number
1213: , l_api_name
1214: , G_PKG_NAME

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

1342: l_query_input inv_reservation_global.mtl_reservation_rec_type
1343: := p_query_input;
1344: -- OPM BUG 1415345 END
1345: BEGIN
1346: -- Standard call to check for call compatibility
1347: IF NOT fnd_api.compatible_api_call(l_api_version_number
1348: , p_api_version_number
1349: , l_api_name
1350: , G_PKG_NAME

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

1476: l_query_input inv_reservation_global.mtl_reservation_rec_type
1477: := p_query_input;
1478: -- OPM BUG 1415345 END
1479: BEGIN
1480: -- Standard call to check for call compatibility
1481: IF NOT fnd_api.compatible_api_call(l_api_version_number
1482: , p_api_version_number
1483: , l_api_name
1484: , G_PKG_NAME