DBA Data[Home] [Help]

APPS.BEN_SEED_REGULATIONS dependencies on BEN_REGN_F_TL

Line 60: insert into ben_regn_f_tl (

56: );
57: --
58: -- Insert into MLS table.
59: --
60: insert into ben_regn_f_tl (
61: regn_id,
62: effective_start_date,
63: effective_end_date,
64: name,

Line 92: from ben_regn_f_tl t

88: where b.business_group_id = p_business_group_id
89: and b.sttry_citn_name = tl.sttry_citn_name
90: and not exists
91: (select 'Y'
92: from ben_regn_f_tl t
93: where t.regn_id = b.regn_id
94: and t.effective_start_date = b.effective_start_date
95: and t.source_lang = userenv('LANG'));
96: --