DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on XLE_BSV_ASSOCIATIONS

Line 734: ,xle_bsv_associations bsv

730: Cursor CityT Is
731: Select etb.town_or_city
732: From
733: xle_establishment_v etb
734: ,xle_bsv_associations bsv
735: ,gl_ledger_le_v gl
736: Where
737: etb.legal_entity_id = gl.legal_entity_id
738: And bsv.legal_parent_id = etb.legal_entity_id

Line 845: ,xle_bsv_associations bsv

841: Cursor CityTReg Is
842: Select etb.town_or_city, etb.region_2
843: From
844: xle_establishment_v etb
845: ,xle_bsv_associations bsv
846: ,gl_ledger_le_v gl
847: Where
848: etb.legal_entity_id = gl.legal_entity_id
849: And bsv.legal_parent_id = etb.legal_entity_id