DBA Data[Home] [Help]

APPS.WMS_ASN_LOT_ATT dependencies on MTL_MATERIAL_STATUSES_VL

Line 679: from mtl_material_statuses_vl

675: Begin
676: if l_status_name is not null then
677: select status_id
678: into l_lot_status_id
679: from mtl_material_statuses_vl
680: where status_code = l_status_name
681: ;
682: g_lot_attributes_tbl(4).COLUMN_VALUE := to_char(l_lot_status_id);
683: end if;

Line 1642: from mtl_material_statuses_vl

1638: Begin
1639: if l_status_name is not null then
1640: select status_id
1641: into l_status_id
1642: from mtl_material_statuses_vl
1643: where status_code = l_status_name
1644: ;
1645: end if;
1646: Exception