DBA Data[Home] [Help]

APPS.BEN_BNR_INS dependencies on BEN_RPTG_GRP_TL

Line 155: insert into ben_rptg_grp_tl (

151: p_rec.ordr_num --iRec
152: );
153: --
154: -- insert into translation table
155: insert into ben_rptg_grp_tl (
156: rptg_grp_id,
157: function_code,
158: name,
159: language,

Line 182: from ben_rptg_grp_tl t

178: from fnd_languages l
179: where l.installed_flag in ('I', 'B')
180: and not exists
181: (select null
182: from ben_rptg_grp_tl t
183: where t.rptg_grp_id = p_rec.rptg_grp_id
184: and t.language = l.language_code);
185: --
186: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status