DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_UTILS dependencies on PA_IMPLEMENTATIONS

Line 1908: from pa_implementations;

1904: l_cal_id NUMBER;
1905:
1906: CURSOR get_hrs_per_day IS
1907: select FTE_DAY
1908: from pa_implementations;
1909: l_hrs_per_day NUMBER;
1910: BEGIN
1911: --check if calendar is available
1912: OPEN get_calendar_id;