DBA Data[Home] [Help]

APPS.BEN_PEP_BUS dependencies on BEN_ELIG_PER_F

Line 22: ben_elig_per_f b

18: --
19: cursor csr_leg_code is
20: select a.legislation_code
21: from per_business_groups a,
22: ben_elig_per_f b
23: where b.elig_per_id = p_elig_per_id
24: and a.business_group_id = b.business_group_id;
25: --
26: -- Declare local variables

Line 113: ben_pep_shd.constraint_error('BEN_ELIG_PER_F_PK');

109: <> ben_pep_shd.g_old_rec.elig_per_id) then
110: --
111: -- raise error as PK as changed
112: --
113: ben_pep_shd.constraint_error('BEN_ELIG_PER_F_PK');
114: --
115: elsif not l_api_updating then
116: --
117: --check if PK is null

Line 123: ben_pep_shd.constraint_error('BEN_ELIG_PER_F_PK');

119: if p_elig_per_id is not null then
120: --
121: -- raise error as PK is not null
122: --
123: ben_pep_shd.constraint_error('BEN_ELIG_PER_F_PK');
124: --
125: end if;
126: --
127: end if;