DBA Data[Home] [Help]

APPS.PAY_BTH_INS dependencies on PAY_BATCH_HEADERS

Line 65: -- Insert the row into: pay_batch_headers

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

Line 67: insert into pay_batch_headers

63: pay_bth_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: pay_batch_headers
66: --
67: insert into pay_batch_headers
68: (batch_id
69: ,business_group_id
70: ,batch_name
71: ,batch_status

Line 173: Cursor C_Sel1 is select pay_batch_headers_s.nextval from sys.dual;

169: ) is
170: --
171: l_proc varchar2(72) := g_package||'pre_insert';
172: --
173: Cursor C_Sel1 is select pay_batch_headers_s.nextval from sys.dual;
174: --
175: Begin
176: hr_utility.set_location('Entering:'||l_proc, 5);
177: --

Line 275: (p_module_name => 'PAY_BATCH_HEADERS'

271: --
272: when hr_api.cannot_find_prog_unit then
273: --
274: hr_api.cannot_find_prog_unit_error
275: (p_module_name => 'PAY_BATCH_HEADERS'
276: ,p_hook_type => 'AI');
277: --
278: end;
279: --