DBA Data[Home] [Help]

APPS.BEN_EPR_BUS dependencies on BEN_ENRT_PREM

Line 56: ben_epr_shd.constraint_error('BEN_ENRT_PREM_PK');

52: <> ben_epr_shd.g_old_rec.enrt_prem_id) then
53: --
54: -- raise error as PK has changed
55: --
56: ben_epr_shd.constraint_error('BEN_ENRT_PREM_PK');
57: --
58: elsif not l_api_updating then
59: --
60: -- check if PK is null

Line 66: ben_epr_shd.constraint_error('BEN_ENRT_PREM_PK');

62: if p_enrt_prem_id is not null then
63: --
64: -- raise error as PK is not null
65: --
66: ben_epr_shd.constraint_error('BEN_ENRT_PREM_PK');
67: --
68: end if;
69: --
70: end if;

Line 144: ben_epr_shd.constraint_error('BEN_ENRT_PREM_DT1');

140: --
141: -- raise error as FK does not relate to PK in ben_actl_prem_f
142: -- table.
143: --
144: ben_epr_shd.constraint_error('BEN_ENRT_PREM_DT1');
145: --
146: end if;
147: --
148: close c1;

Line 220: ben_epr_shd.constraint_error('BEN_ENRT_PREM_FK2');

216: --
217: -- raise error as FK does not relate to PK in ben_elig_per_elctbl_chc
218: -- table.
219: --
220: ben_epr_shd.constraint_error('BEN_ENRT_PREM_FK2');
221: --
222: end if;
223: --
224: close c1;

Line 296: ben_epr_shd.constraint_error('BEN_ENRT_PREM_FK1');

292: --
293: -- raise error as FK does not relate to PK in ben_enrt_bnft
294: -- table.
295: --
296: ben_epr_shd.constraint_error('BEN_ENRT_PREM_FK1');
297: --
298: end if;
299: --
300: close c1;

Line 400: ben_enrt_prem b

396: --
397: cursor csr_leg_code is
398: select a.legislation_code
399: from per_business_groups a,
400: ben_enrt_prem b
401: where b.enrt_prem_id = p_enrt_prem_id
402: and a.business_group_id = b.business_group_id;
403: --
404: -- Declare local variables