DBA Data[Home] [Help]

APPS.PAY_AU_PROCESS_PARAMETERS_API dependencies on HR_UTILITY

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

40: --
41: begin
42: l_proc := g_package||'create_au_process_parameter';
43: --
44: hr_utility.set_location('Entering:'|| l_proc, 5);
45: --
46: -- Issue a savepoint if operating in validation only mode.
47: --
48: if p_validate then

Line 52: hr_utility.set_location(l_proc, 10);

48: if p_validate then
49: savepoint create_au_process_parameter;
50: end if;
51: --
52: hr_utility.set_location(l_proc, 10);
53: --
54: --
55: -- Process Logic
56: --

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

79: );
80: end if;
81: close csr_valid_combo;
82: --
83: hr_utility.set_location(l_proc, 20);
84: --
85: -- When in validation only mode raise the Validate_Enabled exception
86: --
87: if p_validate then

Line 96: hr_utility.set_location(' Leaving:'||l_proc, 100);

92: --
93: p_process_parameter_id := l_process_parameter_id;
94: p_object_version_number := l_object_version_number;
95: --
96: hr_utility.set_location(' Leaving:'||l_proc, 100);
97: exception
98: when hr_api.validate_enabled then
99: --
100: -- Only set output warning arguments

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

123: --
124: begin
125: l_proc := g_package||'delete_au_process_parameter';
126: --
127: hr_utility.set_location('Entering:'|| l_proc, 5);
128: --
129: -- Issue a savepoint if operating in validation only mode.
130: --
131: if p_validate then

Line 135: hr_utility.set_location(l_proc, 10);

131: if p_validate then
132: savepoint delete_au_process_parameter;
133: end if;
134: --
135: hr_utility.set_location(l_proc, 10);
136: --
137: -- Validation in addition to Table Handlers
138: --
139: -- None required.

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

143: pay_app_del.del
144: (p_process_parameter_id => p_process_parameter_id,
145: p_object_version_number => p_object_version_number);
146: --
147: hr_utility.set_location(l_proc, 20);
148: --
149: -- When in validation only mode raise the Validate_Enabled exception
150: --
151: if p_validate then

Line 155: hr_utility.set_location(' Leaving:'||l_proc, 100);

151: if p_validate then
152: raise hr_api.validate_enabled;
153: end if;
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 100);
156: exception
157: when hr_api.validate_enabled then
158: --
159: -- As the Validate_Enabled exception has been raised

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

181: --
182: begin
183: l_proc := g_package||'update_au_process_parameter';
184: --
185: hr_utility.set_location('Entering:'|| l_proc, 5);
186: --
187: -- Issue a savepoint if operating in validation only mode.
188: --
189: if p_validate then

Line 193: hr_utility.set_location(l_proc, 10);

189: if p_validate then
190: savepoint update_au_process_parameter;
191: end if;
192: --
193: hr_utility.set_location(l_proc, 10);
194: --
195: -- Validation in addition to Table Handlers
196: --
197: -- None required.

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

206: p_data_type => p_data_type,
207: p_enabled_flag => p_enabled_flag
208: );
209: --
210: hr_utility.set_location(l_proc, 20);
211: --
212: -- When in validation only mode raise the Validate_Enabled exception
213: --
214: if p_validate then

Line 218: hr_utility.set_location(' Leaving:'||l_proc, 100);

214: if p_validate then
215: raise hr_api.validate_enabled;
216: end if;
217: --
218: hr_utility.set_location(' Leaving:'||l_proc, 100);
219: exception
220: when hr_api.validate_enabled then
221: --
222: -- As the Validate_Enabled exception has been raised