DBA Data[Home] [Help]

APPS.GHR_PDI_UPD dependencies on GHR_POSITION_DESCRIPTIONS

Line 67: -- Update the ghr_position_descriptions Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: --ghr_pdi_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ghr_position_descriptions Row
68: --
69: update ghr_position_descriptions
70: set
71: routing_group_id = p_rec.routing_group_id,

Line 69: update ghr_position_descriptions

65: --ghr_pdi_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ghr_position_descriptions Row
68: --
69: update ghr_position_descriptions
70: set
71: routing_group_id = p_rec.routing_group_id,
72: date_from = p_rec.date_from,
73: date_to = p_rec.date_to,

Line 333: ( p_module_name => 'GHR_POSITION_DESCRIPTIONS'

329:
330: exception
331: when hr_api.cannot_find_prog_unit then
332: hr_api.cannot_find_prog_unit_error
333: ( p_module_name => 'GHR_POSITION_DESCRIPTIONS'
334: ,p_hook_type => 'AU'
335: );
336: end;
337: -- End of API User Hook for post_update.