DBA Data[Home] [Help]

APPS.MSC_SRP_RELEASE dependencies on HR_ORGANIZATION_INFORMATION

Line 1006: hr_organization_information hoi,

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