DBA Data[Home] [Help]

APPS.PAY_BTL_INS dependencies on PAY_BATCH_LINES

Line 65: -- Insert the row into: pay_batch_lines

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: pay_btl_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: pay_batch_lines
66: --
67: insert into pay_batch_lines
68: (batch_line_id
69: ,cost_allocation_keyflex_id

Line 67: insert into pay_batch_lines

63: pay_btl_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: pay_batch_lines
66: --
67: insert into pay_batch_lines
68: (batch_line_id
69: ,cost_allocation_keyflex_id
70: ,element_type_id
71: ,assignment_id

Line 371: Cursor C_Sel1 is select pay_batch_lines_s.nextval from sys.dual;

367: ) is
368: --
369: l_proc varchar2(72) := g_package||'pre_insert';
370: --
371: Cursor C_Sel1 is select pay_batch_lines_s.nextval from sys.dual;
372: --
373: Begin
374: hr_utility.set_location('Entering:'||l_proc, 5);
375: --

Line 671: (p_module_name => 'PAY_BATCH_LINES'

667: --
668: when hr_api.cannot_find_prog_unit then
669: --
670: hr_api.cannot_find_prog_unit_error
671: (p_module_name => 'PAY_BATCH_LINES'
672: ,p_hook_type => 'AI');
673: --
674: end;
675: --

Line 690: l_cost_allocation_keyflex_id pay_batch_lines.cost_allocation_keyflex_id%type;

686: --
687: l_proc varchar2(72) := g_package||'ins';
688: l_segment_passed boolean;
689: l_segments pay_btl_shd.segment_value;
690: l_cost_allocation_keyflex_id pay_batch_lines.cost_allocation_keyflex_id%type;
691: l_concat_segments_out pay_batch_lines.concatenated_segments%type;
692: --
693: Begin
694: hr_utility.set_location('Entering:'||l_proc, 5);

Line 691: l_concat_segments_out pay_batch_lines.concatenated_segments%type;

687: l_proc varchar2(72) := g_package||'ins';
688: l_segment_passed boolean;
689: l_segments pay_btl_shd.segment_value;
690: l_cost_allocation_keyflex_id pay_batch_lines.cost_allocation_keyflex_id%type;
691: l_concat_segments_out pay_batch_lines.concatenated_segments%type;
692: --
693: Begin
694: hr_utility.set_location('Entering:'||l_proc, 5);
695: