DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on MTL_SECONDARY_INVENTORIES

Line 1981: from mtl_secondary_inventories msub

1977:
1978: -- validation
1979: select distinct 'Y'
1980: into x_valid_flag
1981: from mtl_secondary_inventories msub
1982: where msub.organization_id = nvl(x_ship_to_organization_id, msub.organization_id)
1983: and nvl(msub.disable_date, trunc(sysdate+1)) > trunc(sysdate)
1984: and (x_item_id is null
1985: or