DBA Data[Home] [Help]

APPS.BEN_BLI_BUS dependencies on BEN_BATCH_LER_INFO

Line 56: ben_bli_shd.constraint_error('BEN_BATCH_LER_INFO_PK');

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

Line 66: ben_bli_shd.constraint_error('BEN_BATCH_LER_INFO_PK');

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

Line 144: ben_bli_shd.constraint_error('BEN_BATCH_LER_INFO_DT2');

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

Line 224: ben_bli_shd.constraint_error('BEN_BATCH_LER_INFO_DT1');

220: --
221: -- raise error as FK does not relate to PK in per_all_people_f
222: -- table.
223: --
224: ben_bli_shd.constraint_error('BEN_BATCH_LER_INFO_DT1');
225: --
226: end if;
227: --
228: close c1;

Line 299: ben_bli_shd.constraint_error('BEN_BATCH_LER_INFO_FK1');

295: --
296: -- raise error as FK does not relate to PK in ben_benefit_actions
297: -- table.
298: --
299: ben_bli_shd.constraint_error('BEN_BATCH_LER_INFO_FK1');
300: --
301: end if;
302: --
303: close c1;

Line 1395: ben_batch_ler_info b

1391: --
1392: cursor csr_leg_code is
1393: select a.legislation_code
1394: from per_business_groups a,
1395: ben_batch_ler_info b
1396: where b.batch_ler_id = p_batch_ler_id
1397: and a.business_group_id = b.business_group_id;
1398: --
1399: -- Declare local variables