DBA Data[Home] [Help]

APPS.PER_SSHR_CHANGE_PAY dependencies on HR_ORGANIZATION_INFORMATION

Line 5390: from HR_ORGANIZATION_INFORMATION org

5386: ,'M',12
5387: ,'W',52
5388: ,'D',365
5389: ,1)
5390: from HR_ORGANIZATION_INFORMATION org
5391: where org.organization_id(+) = l_org_id
5392: and org.org_information_context(+) = 'Work Day Information';
5393:
5394: cursor get_bus_hrs(l_bg_id in NUMBER) is