DBA Data[Home] [Help]

APPS.BEN_EQG_BUS dependencies on BEN_ELIG_QUA_IN_GR_PRTE_F

Line 59: ben_eqg_shd.constraint_error('ben_ELIG_QUA_IN_GR_PRTE_f_PK');

55: <> ben_eqg_shd.g_old_rec.ELIG_QUA_IN_GR_PRTE_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_eqg_shd.constraint_error('ben_ELIG_QUA_IN_GR_PRTE_f_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_eqg_shd.constraint_error('ben_ELIG_QUA_IN_GR_PRTE_f_PK');

65: if p_ELIG_QUA_IN_GR_PRTE_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_eqg_shd.constraint_error('ben_ELIG_QUA_IN_GR_PRTE_f_PK');
70: --
71: end if;
72: --
73: end if;

Line 260: from ben_ELIG_QUA_IN_GR_PRTE_f eqg

256: l_dummy char(1);
257: --
258: cursor c_ELIG_QUA_IN_GR_PRTE is
259: select null
260: from ben_ELIG_QUA_IN_GR_PRTE_f eqg
261: where eqg.eligy_prfl_id = p_eligy_prfl_id
262: and eqg.quar_in_grade_cd = p_quar_in_grade_cd
263: and eqg.ELIG_QUA_IN_GR_PRTE_id <> nvl(p_ELIG_QUA_IN_GR_PRTE_id, hr_api.g_number) ;
264: --

Line 334: from ben_ELIG_QUA_IN_GR_PRTE_f

330: l_proc varchar2(72) := g_package||'chk_duplicate_ordr_num';
331: l_dummy char(1);
332: cursor c1 is
333: select null
334: from ben_ELIG_QUA_IN_GR_PRTE_f
335: where ELIG_QUA_IN_GR_PRTE_id <> nvl(p_ELIG_QUA_IN_GR_PRTE_id,-1)
336: and eligy_prfl_id = p_eligy_prfl_id
337: and ordr_num = p_ordr_num
338: and business_group_id = p_business_group_id;

Line 708: ben_ELIG_QUA_IN_GR_PRTE_f b

704: --
705: cursor csr_leg_code is
706: select a.legislation_code
707: from per_business_groups a,
708: ben_ELIG_QUA_IN_GR_PRTE_f b
709: where b.ELIG_QUA_IN_GR_PRTE_id = p_ELIG_QUA_IN_GR_PRTE_id
710: and a.business_group_id = b.business_group_id;
711: --
712: -- Declare local variables