DBA Data[Home] [Help]

APPS.PAY_AU_PROCESS_MODULES_API dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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