DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on HR_ORGANIZATION_INFORMATION

Line 390: from hr_organization_information

386: /* below cursor added for bug 2588244 */
387: -- Change for R12 Org Info Type changes
388: CURSOR l_get_default_calendar(p_org_id IN NUMBER) IS
389: select org_information1 --org_information2
390: from hr_organization_information
391: --where org_information_context = 'Exp Organization Defaults'
392: where org_information_context = 'Resource Defaults'
393: and organization_id = p_org_id;
394: