DBA Data[Home] [Help]

APPS.PAY_BLD_INS dependencies on PAY_BALANCE_DIMENSIONS

Line 135: -- Insert the row into: pay_balance_dimensions

131: --
132: --
133: --
134: --
135: -- Insert the row into: pay_balance_dimensions
136: --
137: insert into pay_balance_dimensions
138: (balance_dimension_id
139: ,business_group_id

Line 137: insert into pay_balance_dimensions

133: --
134: --
135: -- Insert the row into: pay_balance_dimensions
136: --
137: insert into pay_balance_dimensions
138: (balance_dimension_id
139: ,business_group_id
140: ,legislation_code
141: ,route_id

Line 247: Cursor C_Sel1 is select pay_balance_dimensions_s.nextval from sys.dual;

243: Procedure pre_insert
244: (p_rec in out nocopy pay_bld_shd.g_rec_type
245: ) is
246: --
247: Cursor C_Sel1 is select pay_balance_dimensions_s.nextval from sys.dual;
248: --
249: Cursor C_Sel2 is
250: Select null
251: from pay_balance_dimensions

Line 251: from pay_balance_dimensions

247: Cursor C_Sel1 is select pay_balance_dimensions_s.nextval from sys.dual;
248: --
249: Cursor C_Sel2 is
250: Select null
251: from pay_balance_dimensions
252: where balance_dimension_id =
253: pay_bld_ins.g_balance_dimension_id_i;
254: --
255: l_proc varchar2(72) := g_package||'pre_insert';

Line 273: fnd_message.set_token('TABLE_NAME','pay_balance_dimensions');

269: --
270: -- The primary key values are already in use.
271: --
272: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
273: fnd_message.set_token('TABLE_NAME','pay_balance_dimensions');
274: fnd_message.raise_error;
275: End If;
276: Close C_Sel2;
277: --

Line 394: (p_module_name => 'PAY_BALANCE_DIMENSIONS'

390: --
391: when hr_api.cannot_find_prog_unit then
392: --
393: hr_api.cannot_find_prog_unit_error
394: (p_module_name => 'PAY_BALANCE_DIMENSIONS'
395: ,p_hook_type => 'AI');
396: --
397: end;
398: --