DBA Data[Home] [Help]

APPS.GHR_POSNDT_API dependencies on HR_ALL_POSITIONS_F

Line 596: l_effective_start_date hr_all_positions_f.effective_start_date%type;

592: ,p_valid_grades_changed_warning out nocopy boolean
593: ) IS
594:
595: l_proc VARCHAR2(200);
596: l_effective_start_date hr_all_positions_f.effective_start_date%type;
597: l_effective_end_date hr_all_positions_f.effective_end_date%type;
598: l_position_definition_id hr_all_positions_f.position_definition_id%type;
599: l_name hr_positions_f.name%type;
600: l_object_version_number hr_all_positions_f.object_version_number%type;

Line 597: l_effective_end_date hr_all_positions_f.effective_end_date%type;

593: ) IS
594:
595: l_proc VARCHAR2(200);
596: l_effective_start_date hr_all_positions_f.effective_start_date%type;
597: l_effective_end_date hr_all_positions_f.effective_end_date%type;
598: l_position_definition_id hr_all_positions_f.position_definition_id%type;
599: l_name hr_positions_f.name%type;
600: l_object_version_number hr_all_positions_f.object_version_number%type;
601: l_valid_grades_changed_warning BOOLEAN;

Line 598: l_position_definition_id hr_all_positions_f.position_definition_id%type;

594:
595: l_proc VARCHAR2(200);
596: l_effective_start_date hr_all_positions_f.effective_start_date%type;
597: l_effective_end_date hr_all_positions_f.effective_end_date%type;
598: l_position_definition_id hr_all_positions_f.position_definition_id%type;
599: l_name hr_positions_f.name%type;
600: l_object_version_number hr_all_positions_f.object_version_number%type;
601: l_valid_grades_changed_warning BOOLEAN;
602:

Line 600: l_object_version_number hr_all_positions_f.object_version_number%type;

596: l_effective_start_date hr_all_positions_f.effective_start_date%type;
597: l_effective_end_date hr_all_positions_f.effective_end_date%type;
598: l_position_definition_id hr_all_positions_f.position_definition_id%type;
599: l_name hr_positions_f.name%type;
600: l_object_version_number hr_all_positions_f.object_version_number%type;
601: l_valid_grades_changed_warning BOOLEAN;
602:
603: BEGIN
604: l_proc := 'update_position';