DBA Data[Home] [Help]

APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on XLE_BSV_ASSOCIATIONS

Line 464: FROM xle_bsv_associations

460: AND g_establishment_id is null -- IF running in Centralized mode and only for LE
461: UNION
462: SELECT g_concurrent_request_id,
463: entity_name
464: FROM xle_bsv_associations
465: WHERE legal_parent_id = g_legal_entity_id
466: AND legal_construct_id = g_establishment_id
467: AND context = 'EST_BSV_MAPPING'
468: AND entity_type = 'BALANCING_SEGMENT_VALUE'