DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GME_MATERIAL_DETAILS_DBL

Line 1602: gme_material_details_dbl.insert_row

1598: gme_debug.put_line ('MATERTIAL lines to be INSERTED ' || l_row_count);
1599: END IF;
1600:
1601: l_return :=
1602: gme_material_details_dbl.insert_row
1603: (l_material_details (l_row_count)
1604: ,l_material_details (l_row_count) );
1605:
1606: IF (g_debug = gme_debug.g_log_statement) THEN

Line 2103: gme_material_details_dbl.update_row

2099: END IF; /* phantom type and line type check */
2100: --FPBug#4351032 End
2101:
2102: l_return :=
2103: gme_material_details_dbl.update_row
2104: (l_material_details (l_row_count) );
2105: /* FPBug#4351032 Updating original primary qty field manually
2106: as this update is not allowed in above dbl procedure */
2107:

Line 2177: IF NOT gme_material_details_dbl.fetch_tab(l_in_material_detail, l_material_details) THEN

2173: /* nsinghi bug#5674398 Added the FETCH condition. Reschedule_batch will update the
2174: material_requirement_date, hence requery material detail records */
2175:
2176: l_in_material_detail.batch_id := x_batch_header_rec.batch_id;
2177: IF NOT gme_material_details_dbl.fetch_tab(l_in_material_detail, l_material_details) THEN
2178: RAISE material_dtl_fetch_failure;
2179: END IF;
2180: UPDATE gme_batch_header
2181: SET due_date =

Line 2431: gme_material_details_dbl.update_row (l_material_details (i) );

2427:
2428: /* Update material details table we have computed material requirement date and move_order_line_id */
2429: FOR i IN 1 .. l_material_details.COUNT LOOP
2430: l_return :=
2431: gme_material_details_dbl.update_row (l_material_details (i) );
2432: END LOOP;
2433:
2434: /* Create High Level Reservations */
2435: IF (gme_common_pvt.g_create_high_level_resv_ind = 1) THEN