DBA Data[Home] [Help]

APPS.PAY_BAD_INS dependencies on PAY_BAL_ATTRIBUTE_DEFINITIONS

Line 134: -- Insert the row into: pay_bal_attribute_definitions

130: hr_utility.set_location('Entering:'||l_proc, 5);
131: --
132: --
133: --
134: -- Insert the row into: pay_bal_attribute_definitions
135: --
136: insert into pay_bal_attribute_definitions
137: (attribute_id
138: ,attribute_name

Line 136: insert into pay_bal_attribute_definitions

132: --
133: --
134: -- Insert the row into: pay_bal_attribute_definitions
135: --
136: insert into pay_bal_attribute_definitions
137: (attribute_id
138: ,attribute_name
139: ,alterable
140: ,legislation_code

Line 222: from pay_bal_attribute_definitions

218: Cursor C_Sel1 is select pay_bal_attribute_definition_s.nextval from sys.dual;
219: --
220: Cursor C_Sel2 is
221: Select null
222: from pay_bal_attribute_definitions
223: where attribute_id =
224: pay_bad_ins.g_attribute_id_i;
225: --
226: l_proc varchar2(72) := g_package||'pre_insert';

Line 244: fnd_message.set_token('TABLE_NAME','pay_bal_attribute_definitions');

240: --
241: -- The primary key values are already in use.
242: --
243: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
244: fnd_message.set_token('TABLE_NAME','pay_bal_attribute_definitions');
245: fnd_message.raise_error;
246: End If;
247: Close C_Sel2;
248: --

Line 339: (p_module_name => 'PAY_BAL_ATTRIBUTE_DEFINITIONS'

335: --
336: when hr_api.cannot_find_prog_unit then
337: --
338: hr_api.cannot_find_prog_unit_error
339: (p_module_name => 'PAY_BAL_ATTRIBUTE_DEFINITIONS'
340: ,p_hook_type => 'AI');
341: --
342: end;
343: --