DBA Data[Home] [Help]

APPS.BEN_SEED_ACTION_ITEM_TYPES dependencies on BEN_STARTUP_ACTN_TYP

Line 54: from ben_startup_actn_typ s_at

50: s_at.type_cd,
51: s_at.name,
52: s_at.description,
53: 1
54: from ben_startup_actn_typ s_at
55: where not exists (select 'Y'
56: from ben_actn_typ act
57: where s_at.type_cd = act.type_cd
58: and s_at.name = act.name

Line 89: ben_startup_actn_typ_tl tl

85: b.last_update_login,
86: b.created_by,
87: b.creation_date
88: from ben_actn_typ b,
89: ben_startup_actn_typ_tl tl
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'