DBA Data[Home] [Help]

APPS.PQH_WFS_BUS dependencies on PQH_WORKSHEET_BDGT_ELMNTS

Line 187: from pqh_worksheet_bdgt_elmnts a

183: l_dummy varchar2(1);
184: --
185: cursor c1 is
186: select null
187: from pqh_worksheet_bdgt_elmnts a
188: where a.worksheet_bdgt_elmnt_id = p_worksheet_bdgt_elmnt_id;
189: --
190: Begin
191: --

Line 203: -- check if worksheet_bdgt_elmnt_id value exists in pqh_worksheet_bdgt_elmnts table

199: and nvl(p_worksheet_bdgt_elmnt_id,hr_api.g_number)
200: <> nvl(pqh_wfs_shd.g_old_rec.worksheet_bdgt_elmnt_id,hr_api.g_number)
201: or not l_api_updating) then
202: --
203: -- check if worksheet_bdgt_elmnt_id value exists in pqh_worksheet_bdgt_elmnts table
204: --
205: open c1;
206: --
207: fetch c1 into l_dummy;

Line 212: -- raise error as FK does not relate to PK in pqh_worksheet_bdgt_elmnts

208: if c1%notfound then
209: --
210: close c1;
211: --
212: -- raise error as FK does not relate to PK in pqh_worksheet_bdgt_elmnts
213: -- table.
214: --
215: pqh_wfs_shd.constraint_error('PQH_WORKSHEET_FUND_SRCS_FK1');
216: --