DBA Data[Home] [Help]

APPS.JL_BR_AR_LOG_VALIDATION dependencies on GL_LEDGER_LE_V

Line 78: ,gl_ledger_le_v gl

74: Select etb.registration_number
75: From
76: xle_establishment_v etb
77: ,xle_bsv_associations bsv
78: ,gl_ledger_le_v gl
79: ,jl_br_ar_ret_interface jlint
80: Where
81: etb.legal_entity_id = gl.legal_entity_id
82: And bsv.legal_parent_id = etb.legal_entity_id

Line 110: ,gl_ledger_le_v gl

106: Select etb.registration_number
107: From
108: xle_establishment_v etb
109: ,xle_bsv_associations bsv
110: ,gl_ledger_le_v gl
111: ,JL_BR_AR_RET_INTERFACE_EXT jlint
112: Where
113: etb.legal_entity_id = gl.legal_entity_id
114: And bsv.legal_parent_id = etb.legal_entity_id

Line 474: ,gl_ledger_le_v gl

470: INTO x_cgc
471: From
472: xle_establishment_v etb
473: ,xle_bsv_associations bsv
474: ,gl_ledger_le_v gl
475: Where
476: etb.legal_entity_id = gl.legal_entity_id
477: And bsv.legal_parent_id = etb.legal_entity_id
478: And etb.establishment_id = bsv.legal_construct_id