DBA Data[Home] [Help]

APPS.PQH_CRE_BUS dependencies on PQH_CRITERIA_RATE_DEFN

Line 302: select null from PQH_CRITERIA_RATE_DEFN a

298: l_dummy varchar2(1);
299: --
300:
301: cursor c1 is
302: select null from PQH_CRITERIA_RATE_DEFN a
303: where a.criteria_rate_defn_id = p_criteria_rate_defn_id;
304:
305: --
306: Begin

Line 321: -- PQH_CRITERIA_RATE_DEFN table

317: <> nvl(pqh_cre_shd.g_old_rec.criteria_rate_defn_id,hr_api.g_number)
318: or not l_api_updating) then
319: --
320: -- check if criteria_rate_defn_id value exists in
321: -- PQH_CRITERIA_RATE_DEFN table
322: --
323: open c1;
324: --
325:

Line 332: -- raise error as FK does not relate to PK in PQH_CRITERIA_RATE_DEFN

328: if c1%notfound then
329: --
330: close c1;
331: --
332: -- raise error as FK does not relate to PK in PQH_CRITERIA_RATE_DEFN
333: -- table.
334: --
335: pqh_cre_shd.constraint_error('PQH_CRITERIA_RATE_ELEMENTS_FK1');
336: --