DBA Data[Home] [Help]

APPS.BEN_BEI_BUS dependencies on BEN_BATCH_ELIG_INFO

Line 56: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_PK');

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

Line 66: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_PK');

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

Line 145: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_DT4');

141: --
142: -- raise error as FK does not relate to PK in ben_oipl_f
143: -- table.
144: --
145: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_DT4');
146: --
147: end if;
148: --
149: close c1;

Line 226: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_DT3');

222: --
223: -- raise error as FK does not relate to PK in ben_pl_f
224: -- table.
225: --
226: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_DT3');
227: --
228: end if;
229: --
230: close c1;

Line 307: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_DT2');

303: --
304: -- raise error as FK does not relate to PK in ben_pgm_f
305: -- table.
306: --
307: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_DT2');
308: --
309: end if;
310: --
311: close c1;

Line 387: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_DT1');

383: --
384: -- raise error as FK does not relate to PK in per_all_people_f
385: -- table.
386: --
387: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_DT1');
388: --
389: end if;
390: --
391: close c1;

Line 462: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_FK1');

458: --
459: -- raise error as FK does not relate to PK in ben_benefit_actions
460: -- table.
461: --
462: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_FK1');
463: --
464: end if;
465: --
466: close c1;

Line 689: ben_batch_elig_info b

685: --
686: cursor csr_leg_code is
687: select a.legislation_code
688: from per_business_groups a,
689: ben_batch_elig_info b
690: where b.batch_elig_id = p_batch_elig_id
691: and a.business_group_id = b.business_group_id;
692: --
693: -- Declare local variables