DBA Data[Home] [Help]

APPS.CST_MISCACCRUALREPORT_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 481: HR_ORGANIZATION_INFORMATION hoi

477: ''Last Receipt Date'',
478: ''Last Activity Date'') age_option
479: FROM cst_reconciliation_codes crs,
480: XLA_GL_LEDGERS_V xla,
481: HR_ORGANIZATION_INFORMATION hoi
482: WHERE hoi.ORGANIZATION_ID = :l_current_org_id
483: and hoi.ORG_INFORMATION_CONTEXT = ''Operating Unit Information''
484: and xla.LEDGER_ID = hoi.ORG_INFORMATION3
485: AND crs.lookup_type = ''SRS ACCRUAL ORDER BY''

Line 698: hr_organization_information hr

694: SELECT fav.application_column_name
695: INTO l_bal_segment
696: FROM gl_sets_of_books gl,
697: fnd_segment_attribute_values fav,
698: hr_organization_information hr
699: WHERE hr.org_information_context = 'Operating Unit Information'
700: AND hr.organization_id = l_current_org_id
701: AND to_number(hr.org_information3) = gl.set_of_books_id
702: AND fav.segment_attribute_type = 'GL_BALANCING'