DBA Data[Home] [Help]

APPS.CSP_MIN_MAX_PLANNING dependencies on MTL_SECONDARY_INVENTORIES

Line 90: mtl_secondary_inventories msi

86: and node_type = 'ORGANIZATION_WH'
87: union all
88: SELECT cpp.NODE_TYPE,cpp.ORGANIZATION_ID,cpp.SECONDARY_INVENTORY
89: FROM CSP_PLANNING_PARAMETERS cpp,
90: mtl_secondary_inventories msi
91: WHERE LEVEL_ID LIKE p_level_id||'%'
92: and node_type = 'SUBINVENTORY'
93: and msi.organization_id = cpp.organization_id
94: and cpp.condition_type = 'G'