DBA Data[Home] [Help]

APPS.BEN_PRP_BUS dependencies on BEN_PL_REGY_PRP_F

Line 59: ben_prp_shd.constraint_error('BEN_PL_REGY_PRP_F_PK');

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

Line 69: ben_prp_shd.constraint_error('BEN_PL_REGY_PRP_F_PK');

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

Line 467: ben_pl_regy_prp_f b

463: --
464: cursor csr_leg_code is
465: select a.legislation_code
466: from per_business_groups a,
467: ben_pl_regy_prp_f b
468: where b.pl_regy_prps_id = p_pl_regy_prps_id
469: and a.business_group_id = b.business_group_id;
470: --
471: -- Declare local variables