DBA Data[Home] [Help]

APPS.MRP_CL_FUNCTION dependencies on CSI_ITEM_INSTANCES

Line 2205: CSI_ITEM_INSTANCES mib

2201: mib.active_end_date EXPIRATION_DATE,
2202: nvl(mib.install_location_id,mib.location_id) loc_id,
2203: nvl(mib.install_location_type_code,mib.location_type_code) LOC_TYPE_CODE
2204: FROM
2205: CSI_ITEM_INSTANCES mib
2206: WHERE
2207: mib.accounting_class_code ='CUST_PROD'
2208: and mib.instance_usage_code = 'OUT_OF_ENTERPRISE'
2209: and mib.install_date is not null