DBA Data[Home] [Help]

APPS.PA_ASSIGNMENT_UTILS dependencies on HR_OPERATING_UNITS

Line 1853: l_dflt_ou hr_operating_units.organization_id%TYPE;

1849:
1850: FUNCTION Get_Dft_Info
1851: RETURN NUMBER IS
1852:
1853: l_dflt_ou hr_operating_units.organization_id%TYPE;
1854: l_ou_count NUMBER;
1855: l_dflt_ou_name hr_operating_units.name%TYPE;
1856:
1857: l_proj_imp_flag VARCHAR2(1) := 'N';

Line 1855: l_dflt_ou_name hr_operating_units.name%TYPE;

1851: RETURN NUMBER IS
1852:
1853: l_dflt_ou hr_operating_units.organization_id%TYPE;
1854: l_ou_count NUMBER;
1855: l_dflt_ou_name hr_operating_units.name%TYPE;
1856:
1857: l_proj_imp_flag VARCHAR2(1) := 'N';
1858:
1859: Cursor c_imp_ous IS

Line 1868: l_ou_id hr_operating_units.organization_id%TYPE;

1864: select 'Y'
1865: from pa_implementations
1866: where org_id = p_org_id ;
1867:
1868: l_ou_id hr_operating_units.organization_id%TYPE;
1869:
1870: BEGIN
1871:
1872: PA_MOAC_UTILS.GET_DEFAULT_OU