DBA Data[Home] [Help]

APPS.MSC_SRP_RELEASE dependencies on GL_LEDGERS

Line 1004: gl_ledgers lgr

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