DBA Data[Home] [Help]

APPS.AME_MULTI_TENANCY_PKG dependencies on AME_CALLING_APPS_TL

Line 126: update ame_calling_apps_tl

122: ,p_object_version_number => l_ovn
123: ,p_start_date => l_start_date
124: ,p_end_date => l_end_Date
125: );
126: update ame_calling_apps_tl
127: set created_by = getSeedUser
128: ,last_updated_by = getSeedUser
129: where application_id = g_ent_appl_id
130: and language = userenv('LANG');

Line 164: update ame_calling_apps_tl

160: ,last_updated_by = getSeedUser
161: where application_id = g_ent_appl_id
162: and sysdate between start_date and nvl(end_Date,sysdate);
163: --
164: update ame_calling_apps_tl
165: set created_by = getSeedUser
166: ,last_updated_by = getSeedUser
167: where application_id = g_ent_appl_id;
168: --