DBA Data[Home] [Help]

APPS.PQH_PTX_BUS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 111: from hr_all_organization_units a

107: l_dummy varchar2(1);
108: --
109: cursor c1 is
110: select null
111: from hr_all_organization_units a
112: where a.organization_id = p_organization_id;
113: --
114: Begin
115: --

Line 128: -- check if organization_id value exists in hr_all_organization_units table

124: <> nvl(pqh_ptx_shd.g_old_rec.organization_id,hr_api.g_number)
125: or not l_api_updating) and
126: p_organization_id is not null then
127: --
128: -- check if organization_id value exists in hr_all_organization_units table
129: --
130: open c1;
131: --
132: fetch c1 into l_dummy;

Line 137: -- raise error as FK does not relate to PK in hr_all_organization_units

133: if c1%notfound then
134: --
135: close c1;
136: --
137: -- raise error as FK does not relate to PK in hr_all_organization_units
138: -- table.
139: --
140: pqh_ptx_shd.constraint_error('PQH_POSITION_TRANSACTIONS_FK9');
141: --