DBA Data[Home] [Help]

APPS.PER_SSHR_CHANGE_PAY dependencies on HR_ORGANIZATION_INFORMATION

Line 5249: from HR_ORGANIZATION_INFORMATION org

5245: ,'M',12
5246: ,'W',52
5247: ,'D',365
5248: ,1)
5249: from HR_ORGANIZATION_INFORMATION org
5250: where org.organization_id(+) = l_org_id
5251: and org.org_information_context(+) = 'Work Day Information';
5252:
5253: cursor get_bus_hrs(l_bg_id in NUMBER) is