DBA Data[Home] [Help]

APPS.PQH_CRF_BUS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 471: select null from HR_ALL_ORGANIZATION_UNITS a

467: l_api_updating boolean;
468: l_dummy varchar2(1);
469: --
470: cursor c1 is
471: select null from HR_ALL_ORGANIZATION_UNITS a
472: where a.business_group_id = p_business_group_id;
473:
474: --
475: Begin

Line 490: -- HR_ALL_ORGANIZATION_UNITS table

486: <> nvl(pqh_crf_shd.g_old_rec.business_group_id,hr_api.g_number)
487: or not l_api_updating) then
488: --
489: -- check if business_group_id value exists in
490: -- HR_ALL_ORGANIZATION_UNITS table
491: --
492: open c1;
493: --
494:

Line 501: -- raise error as FK does not relate to PK in HR_ALL_ORGANIZATION_UNITS

497: if c1%notfound then
498: --
499: close c1;
500: --
501: -- raise error as FK does not relate to PK in HR_ALL_ORGANIZATION_UNITS
502: -- table.
503: --
504: pqh_crf_shd.constraint_error('PQH_CRITERIA_RATE_FACTORS_FK3');
505: --