DBA Data[Home] [Help]

APPS.GME_API_GRP dependencies on GME_RESERVATIONS_PVT

Line 758: gme_reservations_pvt.get_material_reservations (

754: || p_batch_id);
755: END IF;
756:
757: IF p_batch_id IS NOT NULL THEN
758: gme_reservations_pvt.get_material_reservations (
759: p_organization_id => p_organization_id
760: ,p_batch_id => p_batch_id
761: ,p_material_detail_id => p_material_detail_id
762: ,x_return_status => x_return_status

Line 1062: gme_reservations_pvt.reservation_fully_specified

1058:
1059: CLOSE cur_fetch_item;
1060: /* Bug 5441643 Added NVL condition for location control code*/
1061: l_rsv_type :=
1062: gme_reservations_pvt.reservation_fully_specified
1063: (p_reservation_rec => l_rsv_rec
1064: ,p_item_location_control => NVL(l_item_rec.location_control_code,1)
1065: ,p_item_restrict_locators => l_item_rec.restrict_locators_code);
1066: IF g_debug <= gme_debug.g_log_statement THEN

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

1067: gme_debug.put_line
1068: ( g_pkg_name
1069: || '.'
1070: || l_api_name
1071: || ' Return rsv_type from gme_reservations_pvt.reservation_fully_specified is '
1072: || TO_CHAR (l_rsv_type) );
1073: END IF;
1074:
1075: IF l_rsv_type = -1 THEN

Line 1456: gme_reservations_pvt.delete_material_reservations (

1452: SAVEPOINT create_trans;
1453:
1454: IF l_batch_header_rec.update_inventory_ind = 'Y' THEN
1455: -- Delete all reservations for this material line
1456: gme_reservations_pvt.delete_material_reservations (
1457: p_organization_id => rec.organization_id
1458: ,p_batch_id => rec.batch_id
1459: ,p_material_detail_id => rec.material_detail_id
1460: ,x_return_status => l_return_status);

Line 1706: gme_reservations_pvt.auto_detail_line (

1702: l_new_item_rec.mtl_transactions_enabled_flag = 'Y' AND
1703: l_new_item_rec.reservable_type = 1
1704: THEN
1705: l_return_status := NULL;
1706: gme_reservations_pvt.auto_detail_line (
1707: p_material_details_rec => l_material_detail_rec
1708: ,x_return_status => l_return_status);
1709:
1710: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN