DBA Data[Home] [Help]

APPS.XLA_EXTRACT_INTEGRITY_PKG dependencies on XLA_SUBLEDGERS

Line 1845: FROM xla_evt_class_sources_gt e, xla_extract_objects_gt og, xla_subledgers app

1841: -- Get all extract objects for an AAD which do not have ledger_id column
1842: CURSOR c_aad_ledger_id
1843: IS
1844: SELECT distinct extract_object_name, extract_object_type_code
1845: FROM xla_evt_class_sources_gt e, xla_extract_objects_gt og, xla_subledgers app
1846: WHERE e.application_id = p_application_id
1847: AND e.entity_code = p_entity_code
1848: AND e.event_class_code = p_event_class_code
1849: AND e.extract_object_name IS NOT NULL

Line 1935: FROM xla_extract_objects e, xla_extract_objects_gt og, xla_subledgers app

1931: -- Get all extract objects for an event class which do not have ledger_id column
1932: CURSOR c_ledger_id
1933: IS
1934: SELECT e.object_name, object_type_code
1935: FROM xla_extract_objects e, xla_extract_objects_gt og, xla_subledgers app
1936: WHERE e.application_id = p_application_id
1937: AND e.entity_code = p_entity_code
1938: AND e.event_class_code = p_event_class_code
1939: AND e.object_type_code IN ('LINE','LINE_MLS')