DBA Data[Home] [Help]

APPS.PQP_PCV_UPD dependencies on PQP_CONFIGURATION_VALUES

Line 68: -- Update the pqp_configuration_values Row

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

Line 70: update pqp_configuration_values

66: --
67: --
68: -- Update the pqp_configuration_values Row
69: --
70: update pqp_configuration_values
71: set
72: configuration_value_id = p_rec.configuration_value_id
73: ,business_group_id = p_rec.business_group_id
74: ,legislation_code = p_rec.legislation_code

Line 428: (p_module_name => 'PQP_CONFIGURATION_VALUES'

424: --
425: when hr_api.cannot_find_prog_unit then
426: --
427: hr_api.cannot_find_prog_unit_error
428: (p_module_name => 'PQP_CONFIGURATION_VALUES'
429: ,p_hook_type => 'AU');
430: --
431: end;
432: --