DBA Data[Home] [Help]

APPS.AME_CAL_BUS dependencies on AME_CALLING_APPS_TL

Line 77: (p_associated_column1 => 'AME_CALLING_APPS_TL.APPLICATION_ID'

73: hr_utility.set_location(' Leaving:'||l_proc,30);
74: exception
75: when app_exception.application_exception then
76: if hr_multi_message.exception_add
77: (p_associated_column1 => 'AME_CALLING_APPS_TL.APPLICATION_ID'
78: ) then
79: hr_utility.set_location(' Leaving:'||l_proc, 40);
80: raise;
81: end if;

Line 119: from ame_calling_apps_tl cal

115: l_key varchar2(1);
116: l_exists varchar2(1);
117: cursor dup_app_name is
118: select null
119: from ame_calling_apps_tl cal
120: where cal.application_name = p_application_name
121: and cal.language = p_language;
122: --
123: Begin

Line 141: (p_associated_column1 => 'AME_CALLING_APPS_TL.APPLICATION_NAME'

137: close dup_app_name;
138: exception
139: when app_exception.application_exception then
140: if hr_multi_message.exception_add
141: (p_associated_column1 => 'AME_CALLING_APPS_TL.APPLICATION_NAME'
142: ) then
143: hr_utility.set_location(' Leaving:'||l_proc, 40);
144: raise;
145: end if;