DBA Data[Home] [Help]

APPS.BEN_BRI_BUS dependencies on BEN_BATCH_RATE_INFO

Line 56: ben_bri_shd.constraint_error('BEN_BATCH_RATE_INFO_PK');

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

Line 66: ben_bri_shd.constraint_error('BEN_BATCH_RATE_INFO_PK');

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

Line 145: ben_bri_shd.constraint_error('BEN_BATCH_RATE_INFO_DT4');

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

Line 226: ben_bri_shd.constraint_error('BEN_BATCH_RATE_INFO_DT3');

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

Line 307: ben_bri_shd.constraint_error('BEN_BATCH_RATE_INFO_DT2');

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

Line 387: ben_bri_shd.constraint_error('BEN_BATCH_RATE_INFO_DT1');

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

Line 462: ben_bri_shd.constraint_error('BEN_BATCH_RATE_INFO_FK1');

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

Line 935: ben_batch_rate_info b

931: --
932: cursor csr_leg_code is
933: select a.legislation_code
934: from per_business_groups a,
935: ben_batch_rate_info b
936: where b.batch_rt_id = p_batch_rt_id
937: and a.business_group_id = b.business_group_id;
938: --
939: -- Declare local variables