DBA Data[Home] [Help]

APPS.HR_UCX_BUS dependencies on HR_KI_UI_CONTEXTS

Line 102: from hr_ki_ui_contexts

98: l_key varchar2(1) ;
99: l_gen_ui_context_key varchar2(205);
100: cursor csr_key(p_gen_ui_context_key varchar2) is
101: select null
102: from hr_ki_ui_contexts
103: where ui_context_key = p_gen_ui_context_key;
104:
105:
106: --

Line 144: (p_associated_column1 => 'HR_KI_UI_CONTEXTS.UI_CONTEXT_KEY'

140: hr_utility.set_location(' Leaving:'||l_proc,40);
141: exception
142: when app_exception.application_exception then
143: if hr_multi_message.exception_add
144: (p_associated_column1 => 'HR_KI_UI_CONTEXTS.UI_CONTEXT_KEY'
145: )then
146: hr_utility.set_location(' Leaving:'||l_proc, 50);
147: raise;
148: end if;

Line 159: -- This procedure ensures user_interface_id is present in hr_ki_ui_contexts

155: -- ----------------------------------------------------------------------------
156: -- {Start Of Comments}
157: --
158: -- Description:
159: -- This procedure ensures user_interface_id is present in hr_ki_ui_contexts
160: -- and it is mandatory.
161: -- Pre Conditions:
162: -- g_old_rec has been populated with details of the values currently in
163: -- the database.

Line 219: (p_associated_column1 => 'HR_KI_UI_CONTEXTS.USER_INTERFACE_ID'

215: hr_utility.set_location(' Leaving:'||l_proc,40);
216: exception
217: when app_exception.application_exception then
218: if hr_multi_message.exception_add
219: (p_associated_column1 => 'HR_KI_UI_CONTEXTS.USER_INTERFACE_ID'
220: )then
221: hr_utility.set_location(' Leaving:'||l_proc, 50);
222: raise;
223: end if;