DBA Data[Home] [Help]

APPS.AME_STV_BUS dependencies on AME_STRING_VALUES

Line 79: (p_associated_column1 => 'AME_STRING_VALUES.CONDITION_ID'

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

Line 124: from ame_string_values

120: ) IS
121: --
122: cursor csr_name is
123: select 'Y'
124: from ame_string_values
125: where condition_id = p_condition_id
126: and string_value = p_string_value
127: and p_effective_date between start_date and
128: nvl(end_date - ame_util.oneSecond, p_effective_date);

Line 158: (p_associated_column1 => 'AME_STRING_VALUES.STRING_VALUE'

154: hr_utility.set_location(' Leaving:'||l_proc,30);
155: exception
156: when app_exception.application_exception then
157: if hr_multi_message.exception_add
158: (p_associated_column1 => 'AME_STRING_VALUES.STRING_VALUE'
159: ) then
160: hr_utility.set_location(' Leaving:'||l_proc, 40);
161: raise;
162: end if;