DBA Data[Home] [Help]

APPS.MSC_SRP_RELEASE dependencies on HR_ORGANIZATION_INFORMATION

Line 1003: hr_organization_information hoi,

999: BEGIN
1000: select lgr.currency_code
1001: into l_currency_code
1002: from
1003: hr_organization_information hoi,
1004: gl_ledgers lgr
1005: where
1006: hoi.organization_id = l_ro_release.Organization_id
1007: AND (hoi.org_information_context || '') = 'Accounting Information'