DBA Data[Home] [Help]

APPS.BEN_CTT_BUS dependencies on BEN_CM_TYP_TRGR_F

Line 59: ben_ctt_shd.constraint_error('BEN_CM_TYP_TRGR_F_PK');

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

Line 69: ben_ctt_shd.constraint_error('BEN_CM_TYP_TRGR_F_PK');

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

Line 467: ben_cm_typ_trgr_f b

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