DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on HR_ORGANIZATION_INFORMATION

Line 386: from hr_organization_information

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