DBA Data[Home] [Help]

APPS.BEN_BEC_BUS dependencies on BEN_BATCH_ELCTBL_CHC_INFO

Line 56: ben_bec_shd.constraint_error('BEN_BATCH_ELCTBL_CHC_INFO_PK');

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

Line 66: ben_bec_shd.constraint_error('BEN_BATCH_ELCTBL_CHC_INFO_PK');

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

Line 144: ben_bec_shd.constraint_error('BEN_BATCH_ELCTBL_CHC_INFO_DT4');

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

Line 225: ben_bec_shd.constraint_error('BEN_BATCH_ELCTBL_CHC_INFO_DT3');

221: --
222: -- raise error as FK does not relate to PK in ben_oipl_f
223: -- table.
224: --
225: ben_bec_shd.constraint_error('BEN_BATCH_ELCTBL_CHC_INFO_DT3');
226: --
227: end if;
228: --
229: close c1;

Line 306: ben_bec_shd.constraint_error('BEN_BATCH_ELCTBL_CHC_INFO_DT2');

302: --
303: -- raise error as FK does not relate to PK in ben_pl_f
304: -- table.
305: --
306: ben_bec_shd.constraint_error('BEN_BATCH_ELCTBL_CHC_INFO_DT2');
307: --
308: end if;
309: --
310: close c1;

Line 387: ben_bec_shd.constraint_error('BEN_BATCH_ELCTBL_CHC_INFO_DT1');

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

Line 462: ben_bec_shd.constraint_error('BEN_BATCH_ELCTBL_CHC_INFO_FK1');

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

Line 935: ben_batch_elctbl_chc_info b

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