DBA Data[Home] [Help]

APPS.GME_SUPPLY_RES_PVT dependencies on GME_MATERIAL_DETAILS_DBL

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

1734:
1735: -- The line may not have been fully populated so retrieve it if necessary
1736: -- ======================================================================
1737: IF p_matl_dtl_rec.line_type is NULL THEN
1738: IF (NOT (gme_material_details_dbl.fetch_row (p_matl_dtl_rec
1739: ,l_matl_dtl_rec) ) ) THEN
1740: RAISE matl_fetch_error;
1741: END IF;
1742: ELSE