DBA Data[Home] [Help]

APPS.PQH_OPL_UPD dependencies on PQH_DE_OPERATIONS

Line 68: -- Update the pqh_de_operations Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the pqh_de_operations Row
69: --
70: update pqh_de_operations
71: set
72: operation_id = p_rec.operation_id

Line 70: update pqh_de_operations

66: --
67: --
68: -- Update the pqh_de_operations Row
69: --
70: update pqh_de_operations
71: set
72: operation_id = p_rec.operation_id
73: ,operation_number = p_rec.operation_number
74: ,description = p_rec.description

Line 213: (p_module_name => 'PQH_DE_OPERATIONS'

209: --
210: when hr_api.cannot_find_prog_unit then
211: --
212: hr_api.cannot_find_prog_unit_error
213: (p_module_name => 'PQH_DE_OPERATIONS'
214: ,p_hook_type => 'AU');
215: --
216: end;
217: --