DBA Data[Home] [Help]

APPS.INVIDTMP_PKG dependencies on MTL_ITEM_STATUS

Line 54: from mtl_item_status

50: -- X_inventory_item_status_code := v_attr_value;
51: Begin
52: Select inventory_item_status_code_tl
53: INTO X_inventory_item_status_code
54: from mtl_item_status
55: where nvl(disable_date, sysdate+1) > sysdate
56: and inventory_item_status_code = v_attr_value;
57: Exception
58: When no_data_found then