DBA Data[Home] [Help]

APPS.PER_OTA_PREDEL_VALIDATION dependencies on OTA_FINANCE_HEADERS

Line 126: from ota_finance_headers

122: or exists(select null
123: from ota_event_associations
124: where organization_id = p_organization_id)
125: or exists( select null
126: from ota_finance_headers
127: where organization_id = p_organization_id)
128: or exists( select null from ota_activity_versions
129: where developer_organization_id = p_organization_id)
130: or exists( select null from ota_events

Line 139: -- ota_finance_headers

135: --
136: -- Check there are no values in ota_delegate_bookings
137: -- ota_events
138: -- ota_event_associations
139: -- ota_finance_headers
140: -- ota_activity_versions
141: -- ota_notrng_histories
142: --
143: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_org_validation', 10);