DBA Data[Home] [Help]

APPS.JA_CN_SYSOPS_BANK_PKG dependencies on GL_LEDGER_RELATIONSHIPS

Line 56: gl_ledger_relationships rs,

52: lg.ledger_id,
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

Line 258: gl_ledger_relationships rs,

254: CURSOR CUR_LE IS
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

Line 476: gl_ledger_relationships rs,

472: CURSOR CUR_LEGAL IS
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