DBA Data[Home] [Help]

APPS.PQH_PLG_UPD dependencies on PQH_PROCESS_LOG

Line 63: -- Update the pqh_process_log Row

59: --
60: p_rec.object_version_number := p_rec.object_version_number + 1;
61: --
62: --
63: -- Update the pqh_process_log Row
64: --
65: update pqh_process_log
66: set
67: process_log_id = p_rec.process_log_id,

Line 65: update pqh_process_log

61: --
62: --
63: -- Update the pqh_process_log Row
64: --
65: update pqh_process_log
66: set
67: process_log_id = p_rec.process_log_id,
68: module_cd = p_rec.module_cd,
69: txn_id = p_rec.txn_id,

Line 314: (p_module_name => 'pqh_process_log'

310: --
311: when hr_api.cannot_find_prog_unit then
312: --
313: hr_api.cannot_find_prog_unit_error
314: (p_module_name => 'pqh_process_log'
315: ,p_hook_type => 'AU');
316: --
317: end;
318: --