DBA Data[Home] [Help]

APPS.BEN_PCD_BUS dependencies on BEN_PER_CM_PRVDD_F

Line 59: ben_pcd_shd.constraint_error('BEN_PER_CM_PRVDD_F_PK');

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

Line 69: ben_pcd_shd.constraint_error('BEN_PER_CM_PRVDD_F_PK');

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

Line 146: ben_pcd_shd.constraint_error('BEN_PER_CM_PRVDD_F_FK2');

142: --
143: -- raise error as FK does not relate to PK in per_addresses
144: -- table.
145: --
146: ben_pcd_shd.constraint_error('BEN_PER_CM_PRVDD_F_FK2');
147: --
148: end if;
149: --
150: close c1;

Line 1050: ben_per_cm_prvdd_f b

1046: --
1047: cursor csr_leg_code is
1048: select a.legislation_code
1049: from per_business_groups a,
1050: ben_per_cm_prvdd_f b
1051: where b.per_cm_prvdd_id = p_per_cm_prvdd_id
1052: and a.business_group_id = b.business_group_id;
1053: --
1054: -- Declare local variables