DBA Data[Home] [Help]

APPS.GME_API_GRP dependencies on GME_RESERVATIONS_PVT

Line 734: gme_reservations_pvt.get_material_reservations (

730: || p_batch_id);
731: END IF;
732:
733: IF p_batch_id IS NOT NULL THEN
734: gme_reservations_pvt.get_material_reservations (
735: p_organization_id => p_organization_id
736: ,p_batch_id => p_batch_id
737: ,p_material_detail_id => p_material_detail_id
738: ,x_return_status => x_return_status

Line 1038: gme_reservations_pvt.reservation_fully_specified

1034:
1035: CLOSE cur_fetch_item;
1036: /* Bug 5441643 Added NVL condition for location control code*/
1037: l_rsv_type :=
1038: gme_reservations_pvt.reservation_fully_specified
1039: (p_reservation_rec => l_rsv_rec
1040: ,p_item_location_control => NVL(l_item_rec.location_control_code,1)
1041: ,p_item_restrict_locators => l_item_rec.restrict_locators_code);
1042: IF g_debug <= gme_debug.g_log_statement THEN

Line 1047: || ' Return rsv_type from gme_reservations_pvt.reservation_fully_specified is '

1043: gme_debug.put_line
1044: ( g_pkg_name
1045: || '.'
1046: || l_api_name
1047: || ' Return rsv_type from gme_reservations_pvt.reservation_fully_specified is '
1048: || TO_CHAR (l_rsv_type) );
1049: END IF;
1050:
1051: IF l_rsv_type = -1 THEN

Line 1416: gme_reservations_pvt.delete_material_reservations (

1412: SAVEPOINT create_trans;
1413:
1414: IF l_batch_header_rec.update_inventory_ind = 'Y' THEN
1415: -- Delete all reservations for this material line
1416: gme_reservations_pvt.delete_material_reservations (
1417: p_organization_id => rec.organization_id
1418: ,p_batch_id => rec.batch_id
1419: ,p_material_detail_id => rec.material_detail_id
1420: ,x_return_status => l_return_status);

Line 1653: gme_reservations_pvt.auto_detail_line (

1649: l_new_item_rec.mtl_transactions_enabled_flag = 'Y' AND
1650: l_new_item_rec.reservable_type = 1
1651: THEN
1652: l_return_status := NULL;
1653: gme_reservations_pvt.auto_detail_line (
1654: p_material_details_rec => l_material_detail_rec
1655: ,x_return_status => l_return_status);
1656:
1657: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN