DBA Data[Home] [Help]

APPS.GMPRELAP dependencies on MTL_SYSTEM_ITEMS

Line 133: mtl_system_items mtl

129: gmp.header_id,
130: gmp.scheduling_method,
131: gmp.rowid
132: FROM gmp_aps_output_tbl gmp,
133: mtl_system_items mtl
134: WHERE gmp.processed_ind > 0
135: AND gmp.inventory_item_id = mtl.inventory_item_id
136: AND gmp.organization_id = mtl.organization_id
137: AND gmp.organization_id = nvl(c_organization_id,gmp.organization_id)