DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on MTL_SECONDARY_INVENTORIES

Line 939: from mtl_secondary_inventories msub

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