DBA Data[Home] [Help]

APPS.PQP_SHP_UPD dependencies on PQP_SERVICE_HISTORY_PERIODS

Line 68: -- Update the pqp_service_history_periods Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: pqp_shp_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pqp_service_history_periods Row
69: --
70: update pqp_service_history_periods
71: set
72: service_history_period_id = p_rec.service_history_period_id

Line 70: update pqp_service_history_periods

66: pqp_shp_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pqp_service_history_periods Row
69: --
70: update pqp_service_history_periods
71: set
72: service_history_period_id = p_rec.service_history_period_id
73: ,business_group_id = p_rec.business_group_id
74: ,assignment_id = p_rec.assignment_id

Line 477: (p_module_name => 'PQP_SERVICE_HISTORY_PERIODS'

473: --
474: when hr_api.cannot_find_prog_unit then
475: --
476: hr_api.cannot_find_prog_unit_error
477: (p_module_name => 'PQP_SERVICE_HISTORY_PERIODS'
478: ,p_hook_type => 'AU');
479: --
480: end;
481: --