DBA Data[Home] [Help]

APPS.PAY_CAL_INS dependencies on PAY_COST_ALLOCATIONS_F

Line 91: from pay_cost_allocations_f t

87: --
88: Cursor C_Sel1 Is
89: select t.created_by,
90: t.creation_date
91: from pay_cost_allocations_f t
92: where t.cost_allocation_id = p_rec.cost_allocation_id
93: and t.effective_start_date =
94: pay_cal_shd.g_old_rec.effective_start_date
95: and t.effective_end_date = (p_validation_start_date - 1);

Line 98: l_created_by pay_cost_allocations_f.created_by%TYPE;

94: pay_cal_shd.g_old_rec.effective_start_date
95: and t.effective_end_date = (p_validation_start_date - 1);
96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by pay_cost_allocations_f.created_by%TYPE;
99: l_creation_date pay_cost_allocations_f.creation_date%TYPE;
100: l_last_update_date pay_cost_allocations_f.last_update_date%TYPE;
101: l_last_updated_by pay_cost_allocations_f.last_updated_by%TYPE;
102: l_last_update_login pay_cost_allocations_f.last_update_login%TYPE;

Line 99: l_creation_date pay_cost_allocations_f.creation_date%TYPE;

95: and t.effective_end_date = (p_validation_start_date - 1);
96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by pay_cost_allocations_f.created_by%TYPE;
99: l_creation_date pay_cost_allocations_f.creation_date%TYPE;
100: l_last_update_date pay_cost_allocations_f.last_update_date%TYPE;
101: l_last_updated_by pay_cost_allocations_f.last_updated_by%TYPE;
102: l_last_update_login pay_cost_allocations_f.last_update_login%TYPE;
103: --

Line 100: l_last_update_date pay_cost_allocations_f.last_update_date%TYPE;

96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by pay_cost_allocations_f.created_by%TYPE;
99: l_creation_date pay_cost_allocations_f.creation_date%TYPE;
100: l_last_update_date pay_cost_allocations_f.last_update_date%TYPE;
101: l_last_updated_by pay_cost_allocations_f.last_updated_by%TYPE;
102: l_last_update_login pay_cost_allocations_f.last_update_login%TYPE;
103: --
104: Begin

Line 101: l_last_updated_by pay_cost_allocations_f.last_updated_by%TYPE;

97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by pay_cost_allocations_f.created_by%TYPE;
99: l_creation_date pay_cost_allocations_f.creation_date%TYPE;
100: l_last_update_date pay_cost_allocations_f.last_update_date%TYPE;
101: l_last_updated_by pay_cost_allocations_f.last_updated_by%TYPE;
102: l_last_update_login pay_cost_allocations_f.last_update_login%TYPE;
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);

Line 102: l_last_update_login pay_cost_allocations_f.last_update_login%TYPE;

98: l_created_by pay_cost_allocations_f.created_by%TYPE;
99: l_creation_date pay_cost_allocations_f.creation_date%TYPE;
100: l_last_update_date pay_cost_allocations_f.last_update_date%TYPE;
101: l_last_updated_by pay_cost_allocations_f.last_updated_by%TYPE;
102: l_last_update_login pay_cost_allocations_f.last_update_login%TYPE;
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);
106: --

Line 123: (p_base_table_name => 'pay_cost_allocations_f'

119: -- Get the object version number for the insert
120: --
121: p_rec.object_version_number :=
122: dt_api.get_object_version_number
123: (p_base_table_name => 'pay_cost_allocations_f'
124: ,p_base_key_column => 'cost_allocation_id'
125: ,p_base_key_value => p_rec.cost_allocation_id
126: );
127: --

Line 156: -- Insert the row into: pay_cost_allocations_f

152: End If;
153: --
154: pay_cal_shd.g_api_dml := true; -- Set the api dml status
155: --
156: -- Insert the row into: pay_cost_allocations_f
157: --
158: insert into pay_cost_allocations_f
159: (cost_allocation_id
160: ,effective_start_date

Line 158: insert into pay_cost_allocations_f

154: pay_cal_shd.g_api_dml := true; -- Set the api dml status
155: --
156: -- Insert the row into: pay_cost_allocations_f
157: --
158: insert into pay_cost_allocations_f
159: (cost_allocation_id
160: ,effective_start_date
161: ,effective_end_date
162: ,business_group_id

Line 295: from pay_cost_allocations_f

291: Cursor C_Sel1 is select pay_cost_allocations_s.nextval from sys.dual;
292: --
293: Cursor C_Sel2 is
294: Select null
295: from pay_cost_allocations_f
296: where cost_allocation_id =
297: pay_cal_ins.g_cost_allocation_id_i;
298: --
299: l_proc varchar2(72) := g_package||'pre_insert';

Line 317: fnd_message.set_token('TABLE_NAME','pay_cost_allocations_f');

313: --
314: -- The primary key values are already in use.
315: --
316: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
317: fnd_message.set_token('TABLE_NAME','pay_cost_allocations_f');
318: fnd_message.raise_error;
319: End If;
320: Close C_Sel2;
321: --

Line 428: (p_module_name => 'PAY_COST_ALLOCATIONS_F'

424: --
425: when hr_api.cannot_find_prog_unit then
426: --
427: hr_api.cannot_find_prog_unit_error
428: (p_module_name => 'PAY_COST_ALLOCATIONS_F'
429: ,p_hook_type => 'AI');
430: --
431: end;
432: --

Line 493: ,p_base_table_name => 'pay_cost_allocations_f'

489: --
490: dt_api.validate_dt_mode
491: (p_effective_date => p_effective_date
492: ,p_datetrack_mode => p_datetrack_mode
493: ,p_base_table_name => 'pay_cost_allocations_f'
494: ,p_base_key_column => 'cost_allocation_id'
495: ,p_base_key_value => p_rec.cost_allocation_id
496: ,p_enforce_foreign_locking => true
497: ,p_validation_start_date => l_validation_start_date