DBA Data[Home] [Help]

APPS.BEN_BPI_BUS dependencies on BEN_BATCH_PROC_INFO

Line 56: ben_bpi_shd.constraint_error('BEN_BATCH_PROC_INFO_PK');

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

Line 66: ben_bpi_shd.constraint_error('BEN_BATCH_PROC_INFO_PK');

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

Line 139: ben_bpi_shd.constraint_error('BEN_BATCH_PROC_INFO_FK1');

135: --
136: -- raise error as FK does not relate to PK in ben_benefit_actions
137: -- table.
138: --
139: ben_bpi_shd.constraint_error('BEN_BATCH_PROC_INFO_FK1');
140: --
141: end if;
142: --
143: close c1;

Line 233: ben_batch_proc_info b

229: --
230: cursor csr_leg_code is
231: select a.legislation_code
232: from per_business_groups a,
233: ben_batch_proc_info b
234: where b.batch_proc_id = p_batch_proc_id
235: and a.business_group_id = b.business_group_id;
236: --
237: -- Declare local variables