DBA Data[Home] [Help]

APPS.HR_CGD_INS dependencies on HR_UTILITY

Line 48: hr_utility.set_location('Entering:'||l_proc, 5);

44: l_proc varchar2(72) := g_package||'ins_or_sel';
45: l_segs_changed boolean;
46: --
47: begin
48: hr_utility.set_location('Entering:'||l_proc, 5);
49: --
50: -- set the client_info
51: --
52: hr_api.validate_bus_grp_id (p_business_group_id);

Line 84: hr_utility.set_location(l_proc, 20);

80: l_segs_changed := false;
81: End if;
82: --
83: IF l_segs_changed and p_id_flex_num is null THEN
84: hr_utility.set_location(l_proc, 20);
85: -- msg French legislations must supply a grade structure with the segments.
86: hr_utility.set_message(800, 'PER_52819_STRUCT_WITH_SEGS');
87: hr_utility.raise_error;
88: End if;

Line 86: hr_utility.set_message(800, 'PER_52819_STRUCT_WITH_SEGS');

82: --
83: IF l_segs_changed and p_id_flex_num is null THEN
84: hr_utility.set_location(l_proc, 20);
85: -- msg French legislations must supply a grade structure with the segments.
86: hr_utility.set_message(800, 'PER_52819_STRUCT_WITH_SEGS');
87: hr_utility.raise_error;
88: End if;
89: --
90: IF p_id_flex_num is null and l_segs_changed = false THEN

Line 87: hr_utility.raise_error;

83: IF l_segs_changed and p_id_flex_num is null THEN
84: hr_utility.set_location(l_proc, 20);
85: -- msg French legislations must supply a grade structure with the segments.
86: hr_utility.set_message(800, 'PER_52819_STRUCT_WITH_SEGS');
87: hr_utility.raise_error;
88: End if;
89: --
90: IF p_id_flex_num is null and l_segs_changed = false THEN
91: null;

Line 92: hr_utility.set_location(l_proc, 30);

88: End if;
89: --
90: IF p_id_flex_num is null and l_segs_changed = false THEN
91: null;
92: hr_utility.set_location(l_proc, 30);
93: -- nothing to do on insert.
94: ELSE
95: -- id_flex_num is true at this point.
96: -- Always call AOL code here, as user may be only changing id_flex_num and

Line 98: hr_utility.set_location(l_proc, 40);

94: ELSE
95: -- id_flex_num is true at this point.
96: -- Always call AOL code here, as user may be only changing id_flex_num and
97: -- not any segments, so we must ensure this is still validated.
98: hr_utility.set_location(l_proc, 40);
99: --
100: hr_utility.set_location(l_proc, 100);
101: hr_kflex_utility.ins_or_sel_keyflex_comb
102: (p_appl_short_name => 'PER',

Line 100: hr_utility.set_location(l_proc, 100);

96: -- Always call AOL code here, as user may be only changing id_flex_num and
97: -- not any segments, so we must ensure this is still validated.
98: hr_utility.set_location(l_proc, 40);
99: --
100: hr_utility.set_location(l_proc, 100);
101: hr_kflex_utility.ins_or_sel_keyflex_comb
102: (p_appl_short_name => 'PER',
103: p_flex_code => 'CAGR',
104: p_flex_num => p_id_flex_num,

Line 132: hr_utility.set_location(' Leaving:'||l_proc, 60);

128: --
129: p_cagr_grade_def_id := l_cagr_grade_def_id;
130: p_concatenated_segments := l_concatenated_segments;
131: End if;
132: hr_utility.set_location(' Leaving:'||l_proc, 60);
133: end ins_or_sel;
134: end hr_cgd_ins;