DBA Data[Home] [Help]

APPS.MSC_SCE_LOADS_PKG dependencies on MSC_UNITS_OF_MEASURE

Line 1394: FROM msc_units_of_measure u

1390: WHERE ln.parent_header_id = p_header_id AND
1391: ln.line_id = t_line_id(j) AND
1392: NVL(ln.row_status, G_PROCESS) = G_PROCESS AND
1393: NOT EXISTS (SELECT u.uom_code
1394: FROM msc_units_of_measure u
1395: WHERE u.uom_code = NVL(ln.uom, G_UOM));
1396:
1397: --=======================================================================
1398: --End of independent errors for sync indicator R