DBA Data[Home] [Help]

APPS.BEN_BAI_BUS dependencies on BEN_BATCH_ACTN_ITEM_INFO

Line 56: ben_bai_shd.constraint_error('BEN_BATCH_ACTN_ITEM_INFO_PK');

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

Line 66: ben_bai_shd.constraint_error('BEN_BATCH_ACTN_ITEM_INFO_PK');

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

Line 315: ben_batch_actn_item_info b

311: --
312: cursor csr_leg_code is
313: select a.legislation_code
314: from per_business_groups a,
315: ben_batch_actn_item_info b
316: where b.batch_actn_item_id = p_batch_actn_item_id
317: and a.business_group_id = b.business_group_id;
318: --
319: -- Declare local variables