DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 2181: from org_organization_definitions ood

2177: where transaction_header_id = p_txnHeaderID
2178: and process_flag = 1
2179: and transaction_source_type_id = 5
2180: and not exists (select 'X'
2181: from org_organization_definitions ood
2182: where ood.organization_id = mti.organization_id
2183: and nvl(ood.disable_date, sysdate+1) > sysdate);
2184:
2185: