DBA Data[Home] [Help]

APPS.BEN_ETU_BUS dependencies on BEN_ELIG_TBCO_USE_PRTE_F

Line 59: ben_etu_shd.constraint_error('BEN_ELIG_TBCO_USE_PRTE_F_PK');

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

Line 69: ben_etu_shd.constraint_error('BEN_ELIG_TBCO_USE_PRTE_F_PK');

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

Line 116: from ben_elig_tbco_use_prte_f

112: l_proc varchar2(72) := g_package||'chk_duplicate_ordr_num';
113: l_dummy char(1);
114: cursor c1 is
115: select null
116: from ben_elig_tbco_use_prte_f
117: where elig_tbco_use_prte_id <> nvl(p_elig_tbco_use_prte_id,-1)
118: and eligy_prfl_id = p_eligy_prfl_id
119: and ordr_num = p_ordr_num
120: and business_group_id = p_business_group_id;

Line 174: from ben_elig_tbco_use_prte_f etu

170: l_dummy char(1);
171: --
172: cursor c_elig_tbco_use_prte is
173: select null
174: from ben_elig_tbco_use_prte_f etu
175: where etu.eligy_prfl_id = p_eligy_prfl_id
176: and etu.uses_tbco_flag = p_uses_tbco_flag
177: and etu.elig_tbco_use_prte_id <> nvl(p_elig_tbco_use_prte_id, hr_api.g_number) ;
178: --

Line 704: ben_elig_tbco_use_prte_f b

700: --
701: cursor csr_leg_code is
702: select a.legislation_code
703: from per_business_groups a,
704: ben_elig_tbco_use_prte_f b
705: where b.elig_tbco_use_prte_id = p_elig_tbco_use_prte_id
706: and a.business_group_id = b.business_group_id;
707: --
708: -- Declare local variables