DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on HR_ORGANIZATION_INFORMATION

Line 2498: from hr_organization_information ho, gl_sets_of_books gb

2494: END IF;
2495:
2496: select gb.currency_code, to_number(ho.ORG_INFORMATION3)
2497: into l_currency, l_ou_id
2498: from hr_organization_information ho, gl_sets_of_books gb
2499: where gb.set_of_books_id = ho.ORG_INFORMATION1
2500: and ho.organization_id = p_organization_id
2501: and ho.ORG_INFORMATION_CONTEXT = 'Accounting Information';
2502: