DBA Data[Home] [Help]

APPS.PQH_PLG_INS dependencies on PQH_PROCESS_LOG

Line 59: -- Insert the row into: pqh_process_log

55: hr_utility.set_location('Entering:'||l_proc, 5);
56: p_rec.object_version_number := 1; -- Initialise the object version
57: --
58: --
59: -- Insert the row into: pqh_process_log
60: --
61: insert into pqh_process_log
62: ( process_log_id,
63: module_cd,

Line 61: insert into pqh_process_log

57: --
58: --
59: -- Insert the row into: pqh_process_log
60: --
61: insert into pqh_process_log
62: ( process_log_id,
63: module_cd,
64: txn_id,
65: master_process_log_id,

Line 212: Cursor C_Sel1 is select pqh_process_log_s.nextval from sys.dual;

208: Procedure pre_insert(p_rec in out nocopy pqh_plg_shd.g_rec_type) is
209: --
210: l_proc varchar2(72) := g_package||'pre_insert';
211: --
212: Cursor C_Sel1 is select pqh_process_log_s.nextval from sys.dual;
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --

Line 325: (p_module_name => 'pqh_process_log'

321: --
322: when hr_api.cannot_find_prog_unit then
323: --
324: hr_api.cannot_find_prog_unit_error
325: (p_module_name => 'pqh_process_log'
326: ,p_hook_type => 'AI');
327: --
328: end;
329: --