DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on HR_ORGANIZATION_INFORMATION

Line 1809: FROM hr_organization_information hoi,

1805: WHERE ORGANIZATION_ID = p_organization_id ;
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