DBA Data[Home] [Help]

APPS.BEN_CCT_DEL dependencies on BEN_CM_TYP_F_TL

Line 77: delete from ben_cm_typ_f_tl

73: and effective_start_date = p_validation_start_date;
74: --
75: -- Delete from MLS table.
76: --
77: delete from ben_cm_typ_f_tl
78: where cm_typ_id = p_rec.cm_typ_id
79: and effective_start_date = p_validation_start_date;
80: --
81: ben_cct_shd.g_api_dml := false; -- Unset the api dml status

Line 93: delete from ben_cm_typ_f_tl

89: delete from ben_cm_typ_f
90: where cm_typ_id = p_rec.cm_typ_id
91: and effective_start_date >= p_validation_start_date;
92: --
93: delete from ben_cm_typ_f_tl
94: where cm_typ_id = p_rec.cm_typ_id
95: and effective_start_date >= p_validation_start_date;
96: --
97: ben_cct_shd.g_api_dml := false; -- Unset the api dml status