DBA Data[Home] [Help]

APPS.PQH_RER_BUS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 561: select null from HR_ALL_ORGANIZATION_UNITS a

557: l_api_updating boolean;
558: l_dummy varchar2(1);
559:
560: cursor c1 is
561: select null from HR_ALL_ORGANIZATION_UNITS a
562: where a.business_group_id = p_business_group_id ;
563:
564: --
565: Begin

Line 580: -- HR_ALL_ORGANIZATION_UNITS table

576: <> nvl(pqh_rer_shd.g_old_rec.business_group_id ,hr_api.g_number)
577: or not l_api_updating) then
578: --
579: -- check if business_group_id value exists in
580: -- HR_ALL_ORGANIZATION_UNITS table
581: --
582: open c1;
583: --
584:

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

588: if c1%notfound then
589: --
590: close c1;
591: --
592: -- raise error as FK does not relate to PK in HR_ALL_ORGANIZATION_UNITS
593: -- table.
594: --
595: pqh_rer_shd.constraint_error('PQH_RATE_ELEMENT_RELATIONS_FK3');
596: --