DBA Data[Home] [Help]

APPS.CST_APPOACCRUALREPORT_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 461: HR_ORGANIZATION_INFORMATION hoi

457: ''Last Receipt Date'',
458: ''Last Activity Date'') age_option
459: FROM cst_reconciliation_codes crs,
460: XLA_GL_LEDGERS_V xla,
461: HR_ORGANIZATION_INFORMATION hoi
462: WHERE hoi.ORGANIZATION_ID = :l_current_org_id
463: and hoi.ORG_INFORMATION_CONTEXT = ''Operating Unit Information''
464: and xla.LEDGER_ID = hoi.ORG_INFORMATION3
465: AND crs.lookup_type = ''SRS ACCRUAL ORDER BY''

Line 689: hr_organization_information hr

685: SELECT fav.application_column_name
686: INTO l_bal_segment
687: FROM gl_sets_of_books gl,
688: fnd_segment_attribute_values fav,
689: hr_organization_information hr
690: WHERE hr.org_information_context = 'Operating Unit Information'
691: AND hr.organization_id = l_current_org_id
692: AND to_number(hr.org_information3) = gl.set_of_books_id
693: AND fav.segment_attribute_type = 'GL_BALANCING'

Line 740: HR_ORGANIZATION_INFORMATION hoi

736:
737: select xla.currency_code
738: into l_currency
739: from XLA_GL_LEDGERS_V xla,
740: HR_ORGANIZATION_INFORMATION hoi
741: where hoi.ORGANIZATION_ID = l_current_org_id
742: and hoi.ORG_INFORMATION_CONTEXT = 'Operating Unit Information'
743: and xla.LEDGER_ID = hoi.ORG_INFORMATION3;
744: