DBA Data[Home] [Help]

APPS.BEN_ERP_BUS dependencies on BEN_ENRT_PERD_FOR_PL_F

Line 59: ben_erp_shd.constraint_error('BEN_ENRT_PERD_FOR_PL_F_PK');

55: <> ben_erp_shd.g_old_rec.enrt_perd_for_pl_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_erp_shd.constraint_error('BEN_ENRT_PERD_FOR_PL_F_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_erp_shd.constraint_error('BEN_ENRT_PERD_FOR_PL_F_PK');

65: if p_enrt_perd_for_pl_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_erp_shd.constraint_error('BEN_ENRT_PERD_FOR_PL_F_PK');
70: --
71: end if;
72: --
73: end if;

Line 1078: ben_enrt_perd_for_pl_f b

1074: --
1075: cursor csr_leg_code is
1076: select a.legislation_code
1077: from per_business_groups a,
1078: ben_enrt_perd_for_pl_f b
1079: where b.enrt_perd_for_pl_id = p_enrt_perd_for_pl_id
1080: and a.business_group_id = b.business_group_id;
1081: --
1082: -- Declare local variables