DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on GL_LEDGERS

Line 1810: gl_ledgers lgr

1806: */
1807: SELECT lgr.chart_of_accounts_id chart_of_accounts_id
1808: INTO l_chart_of_accounts_id
1809: FROM hr_organization_information hoi,
1810: gl_ledgers lgr
1811: WHERE hoi.organization_id = p_organization_id
1812: and hoi.org_information_context = 'Accounting Information'
1813: and (ltrim(hoi.org_information1,'0123456789') is null
1814: and hoi.org_information1 = lgr.ledger_id )