DBA Data[Home] [Help]

APPS.GME_SUPPLY_RES_PVT dependencies on GME_MATERIAL_DETAILS_DBL

Line 1801: IF (NOT (gme_material_details_dbl.fetch_row (p_matl_dtl_rec

1797:
1798: -- The line may not have been fully populated so retrieve it if necessary
1799: -- ======================================================================
1800: IF p_matl_dtl_rec.line_type is NULL THEN
1801: IF (NOT (gme_material_details_dbl.fetch_row (p_matl_dtl_rec
1802: ,l_matl_dtl_rec) ) ) THEN
1803: RAISE matl_fetch_error;
1804: END IF;
1805: ELSE