DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on MTL_SECONDARY_INVENTORIES

Line 943: from mtl_secondary_inventories msub

939:
940: -- validation
941: select distinct 'Y'
942: into x_valid_flag
943: from mtl_secondary_inventories msub
944: where msub.organization_id = nvl(x_ship_to_organization_id, msub.organization_id)
945: and nvl(msub.disable_date, trunc(sysdate+1)) > trunc(sysdate)
946: and (x_item_id is null
947: or