DBA Data[Home] [Help]

APPS.PQH_OPG_UPD dependencies on PQH_DE_OPERATION_GROUPS

Line 68: -- Update the pqh_de_operation_groups Row

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

Line 70: update pqh_de_operation_groups

66: --
67: --
68: -- Update the pqh_de_operation_groups Row
69: --
70: update pqh_de_operation_groups
71: set
72: operation_group_id = p_rec.operation_group_id
73: ,operation_group_code = p_rec.operation_group_code
74: ,description = p_rec.description

Line 218: (p_module_name => 'PQH_DE_OPERATION_GROUPS'

214: --
215: when hr_api.cannot_find_prog_unit then
216: --
217: hr_api.cannot_find_prog_unit_error
218: (p_module_name => 'PQH_DE_OPERATION_GROUPS'
219: ,p_hook_type => 'AU');
220: --
221: end;
222: --