DBA Data[Home] [Help]

APPS.PAY_IVT_INS dependencies on PAY_INPUT_VALUES_F_TL

Line 65: -- Insert the row into: pay_input_values_f_tl

61: --
62: --
63: --
64: --
65: -- Insert the row into: pay_input_values_f_tl
66: --
67: insert into pay_input_values_f_tl
68: (input_value_id
69: ,name

Line 67: insert into pay_input_values_f_tl

63: --
64: --
65: -- Insert the row into: pay_input_values_f_tl
66: --
67: insert into pay_input_values_f_tl
68: (input_value_id
69: ,name
70: ,language
71: ,source_lang

Line 214: (p_module_name => 'PAY_INPUT_VALUES_F_TL'

210: --
211: when hr_api.cannot_find_prog_unit then
212: --
213: hr_api.cannot_find_prog_unit_error
214: (p_module_name => 'PAY_INPUT_VALUES_F_TL'
215: ,p_hook_type => 'AI');
216: --
217: end;
218: --

Line 326: from pay_input_values_f_tl ivt

322: select l.language_code
323: from fnd_languages l
324: where l.installed_flag in ('I','B')
325: and not exists (select null
326: from pay_input_values_f_tl ivt
327: where ivt.input_value_id = p_input_value_id
328: and ivt.language = l.language_code);
329: --
330: l_proc varchar2(72) := g_package || 'ins_tl';

Line 333: l_name pay_input_values_f_tl.name%type := p_name;

329: --
330: l_proc varchar2(72) := g_package || 'ins_tl';
331: --
332: l_is_pay_value boolean := FALSE;
333: l_name pay_input_values_f_tl.name%type := p_name;
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc,10);
337: --