DBA Data[Home] [Help]

APPS.PAY_PRF_SHD dependencies on PAY_RANGE_TABLES_F

Line 143: from pay_range_tables_f

139: ,ran_information27
140: ,ran_information28
141: ,ran_information29
142: ,ran_information30
143: from pay_range_tables_f
144: where range_table_id = p_range_table_id;
145: --
146: l_fct_ret boolean;
147: --

Line 282: from pay_range_tables_f

278: ,ran_information27
279: ,ran_information28
280: ,ran_information29
281: ,ran_information30
282: from pay_range_tables_f
283: where range_table_id = p_range_table_id
284: for update nowait;
285: --
286: l_proc varchar2(72) := g_package||'lck';

Line 331: fnd_message.set_token('TABLE_NAME', 'pay_range_tables_f');

327: -- The object is locked therefore we need to supply a meaningful
328: -- error message.
329: --
330: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
331: fnd_message.set_token('TABLE_NAME', 'pay_range_tables_f');
332: fnd_message.raise_error;
333: End lck;
334: --
335: -- ----------------------------------------------------------------------------