DBA Data[Home] [Help]

APPS.PAY_BTH_UPD dependencies on PAY_BATCH_HEADERS

Line 68: -- Update the pay_batch_headers Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: pay_bth_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pay_batch_headers Row
69: --
70: update pay_batch_headers
71: set
72: batch_id = p_rec.batch_id

Line 70: update pay_batch_headers

66: pay_bth_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pay_batch_headers Row
69: --
70: update pay_batch_headers
71: set
72: batch_id = p_rec.batch_id
73: ,batch_name = p_rec.batch_name
74: ,batch_status = p_rec.batch_status

Line 276: (p_module_name => 'PAY_BATCH_HEADERS'

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