DBA Data[Home] [Help]

APPS.PER_POS_UPD dependencies on PER_ALL_POSITIONS

Line 67: -- PMFLETCH Now using per_all_positions

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: per_pos_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- PMFLETCH Now using per_all_positions
68: --
69: -- Update the per_all_positions Row
70: --
71: update per_all_positions

Line 69: -- Update the per_all_positions Row

65: per_pos_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- PMFLETCH Now using per_all_positions
68: --
69: -- Update the per_all_positions Row
70: --
71: update per_all_positions
72: set
73: position_id = p_rec.position_id,

Line 71: update per_all_positions

67: -- PMFLETCH Now using per_all_positions
68: --
69: -- Update the per_all_positions Row
70: --
71: update per_all_positions
72: set
73: position_id = p_rec.position_id,
74: successor_position_id = p_rec.successor_position_id,
75: relief_position_id = p_rec.relief_position_id,