DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on MTL_SECONDARY_INVENTORIES

Line 2126: from mtl_secondary_inventories msub

2122:
2123: -- validation
2124: select distinct 'Y'
2125: into x_valid_flag
2126: from mtl_secondary_inventories msub
2127: where msub.organization_id = nvl(x_ship_to_organization_id, msub.organization_id)
2128: and nvl(msub.disable_date, trunc(sysdate+1)) > trunc(sysdate)
2129: and (x_item_id is null
2130: or