DBA Data[Home] [Help]

APPS.PER_PST_UPD dependencies on PER_POSITION_STRUCTURES

Line 68: -- Update the per_position_structures Row

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

Line 70: update per_position_structures

66: per_pst_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_position_structures Row
69: --
70: update per_position_structures
71: set
72: position_structure_id = p_rec.position_structure_id
73: ,business_group_id = p_rec.business_group_id
74: ,name = p_rec.name

Line 348: (p_module_name => 'PER_POSITION_STRUCTURES'

344: --
345: when hr_api.cannot_find_prog_unit then
346: --
347: hr_api.cannot_find_prog_unit_error
348: (p_module_name => 'PER_POSITION_STRUCTURES'
349: ,p_hook_type => 'AU');
350: --
351: end;
352: --