DBA Data[Home] [Help]

APPS.CST_ACCRUALWRITEOFFREPORT_PVT dependencies on XLA_GL_LEDGERS_V

Line 481: XLA_GL_LEDGERS_V xla,

477: crs.displayed_field sort_option,
478: :i_bal_segment_from bal_seg_from,
479: :i_bal_segment_to bal_seg_to
480: FROM cst_reconciliation_codes crs,
481: XLA_GL_LEDGERS_V xla,
482: HR_ORGANIZATION_INFORMATION hoi
483: WHERE hoi.ORGANIZATION_ID = :l_current_org_id
484: and hoi.ORG_INFORMATION_CONTEXT = ''Operating Unit Information''
485: and xla.LEDGER_ID = hoi.ORG_INFORMATION3

Line 706: from XLA_GL_LEDGERS_V xla,

702: -- select the currency code
703:
704: select xla.currency_code
705: into l_currency
706: from XLA_GL_LEDGERS_V xla,
707: HR_ORGANIZATION_INFORMATION hoi
708: where hoi.ORGANIZATION_ID = l_current_org_id
709: and hoi.ORG_INFORMATION_CONTEXT = 'Operating Unit Information'
710: and xla.LEDGER_ID = hoi.ORG_INFORMATION3;