DBA Data[Home] [Help]

APPS.MSC_SRP_RELEASE dependencies on GL_LEDGERS

Line 1007: gl_ledgers lgr

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'
1011: AND to_number(decode(RTRIM(TRANSLATE(hoi.org_information1, '0123456789', ' ')), NULL, hoi.org_information1, -99999)) = lgr.ledger_id