DBA Data[Home] [Help]

APPS.JA_CN_SYSOPS_BANK_PKG dependencies on GL_LEDGER_CONFIGURATIONS

Line 57: gl_ledger_configurations cfg,

53: rs.primary_ledger_id
54: from gl_ledger_config_details primdet,
55: gl_ledgers lg,
56: gl_ledger_relationships rs,
57: gl_ledger_configurations cfg,
58: gl_ledger_config_details cfgdet,
59: XLE_ENTITY_PROFILES xep
60: where rs.application_id = 101
61: and ((rs.target_ledger_category_code = 'SECONDARY' and

Line 259: gl_ledger_configurations cfg,

255: select cfgdet.object_id legal_entity_id
256: from gl_ledger_config_details primdet,
257: gl_ledgers lg,
258: gl_ledger_relationships rs,
259: gl_ledger_configurations cfg,
260: gl_ledger_config_details cfgdet
261: where rs.application_id = 101
262: and ((rs.target_ledger_category_code = 'SECONDARY' and
263: rs.relationship_type_code <> 'NONE') or

Line 477: gl_ledger_configurations cfg,

473: select cfgdet.object_id legal_entity_id
474: from gl_ledger_config_details primdet,
475: gl_ledgers lg,
476: gl_ledger_relationships rs,
477: gl_ledger_configurations cfg,
478: gl_ledger_config_details cfgdet
479: where rs.application_id = 101
480: and ((rs.target_ledger_category_code = 'SECONDARY' and
481: rs.relationship_type_code <> 'NONE') or