DBA Data[Home] [Help]

APPS.BEN_SEED_ACTION_ITEM_TYPES dependencies on BEN_ACTN_TYP_TL

Line 64: insert into ben_actn_typ_tl (

60: and p_business_group_id = act.business_group_id);
61: --
62: -- Also insert into MLS table.
63: --
64: insert into ben_actn_typ_tl (
65: actn_typ_id,
66: name,
67: description,
68: language,

Line 94: from ben_actn_typ_tl t

90: where b.business_group_id = p_business_group_id
91: and b.type_cd = tl.type_cd
92: and not exists
93: (select 'Y'
94: from ben_actn_typ_tl t
95: where t.actn_typ_id = b.actn_typ_id
96: and t.source_lang = userenv('LANG'));
97: --
98: hr_utility.set_location ('Leaving '||l_package,10);