DBA Data[Home] [Help]

APPS.PAY_USER_COLUMN_API dependencies on HR_API

Line 47: when hr_api.cannot_find_prog_unit then

43: ,p_formula_id => p_formula_id
44: ,p_user_column_name => p_user_column_name
45: );
46: exception
47: when hr_api.cannot_find_prog_unit then
48: hr_api.cannot_find_prog_unit_error
49: (p_module_name => 'create_user_column'
50: ,p_hook_type => 'BP'
51: );

Line 48: hr_api.cannot_find_prog_unit_error

44: ,p_user_column_name => p_user_column_name
45: );
46: exception
47: when hr_api.cannot_find_prog_unit then
48: hr_api.cannot_find_prog_unit_error
49: (p_module_name => 'create_user_column'
50: ,p_hook_type => 'BP'
51: );
52: end;

Line 79: when hr_api.cannot_find_prog_unit then

75: ,p_user_column_id => l_user_column_id
76: ,p_object_version_number => l_ovn
77: );
78: exception
79: when hr_api.cannot_find_prog_unit then
80: hr_api.cannot_find_prog_unit_error
81: (p_module_name => 'create_user_column'
82: ,p_hook_type => 'AP'
83: );

Line 80: hr_api.cannot_find_prog_unit_error

76: ,p_object_version_number => l_ovn
77: );
78: exception
79: when hr_api.cannot_find_prog_unit then
80: hr_api.cannot_find_prog_unit_error
81: (p_module_name => 'create_user_column'
82: ,p_hook_type => 'AP'
83: );
84: end;

Line 89: raise hr_api.validate_enabled;

85: --
86: -- When in validation only mode raise the Validate_Enabled exception
87: --
88: if p_validate then
89: raise hr_api.validate_enabled;
90: end if;
91: --
92: -- Set all output arguments
93: --

Line 102: when hr_api.validate_enabled then

98: pay_pct_ins.ins_tl(userenv('LANG'),p_user_column_id,p_user_column_name);
99: ---------------------------------------------------------------------------
100: hr_utility.set_location(' Leaving:'||l_proc, 70);
101: exception
102: when hr_api.validate_enabled then
103: --
104: -- As the Validate_Enabled exception has been raised
105: -- we must rollback to the savepoint
106: --

Line 132: ,p_user_column_name in varchar2 default hr_api.g_varchar2

128: --
129: procedure update_user_column
130: (p_validate in boolean default false
131: ,p_user_column_id in number
132: ,p_user_column_name in varchar2 default hr_api.g_varchar2
133: ,p_formula_id in number default hr_api.g_varchar2
134: ,p_object_version_number in out nocopy number
135: ,p_formula_warning out nocopy boolean
136: ) is

Line 133: ,p_formula_id in number default hr_api.g_varchar2

129: procedure update_user_column
130: (p_validate in boolean default false
131: ,p_user_column_id in number
132: ,p_user_column_name in varchar2 default hr_api.g_varchar2
133: ,p_formula_id in number default hr_api.g_varchar2
134: ,p_object_version_number in out nocopy number
135: ,p_formula_warning out nocopy boolean
136: ) is
137: --

Line 160: when hr_api.cannot_find_prog_unit then

156: ,p_user_column_name => p_user_column_name
157: ,p_object_version_number => l_ovn
158: );
159: exception
160: when hr_api.cannot_find_prog_unit then
161: hr_api.cannot_find_prog_unit_error
162: (p_module_name => 'update_user_column'
163: ,p_hook_type => 'BP'
164: );

Line 161: hr_api.cannot_find_prog_unit_error

157: ,p_object_version_number => l_ovn
158: );
159: exception
160: when hr_api.cannot_find_prog_unit then
161: hr_api.cannot_find_prog_unit_error
162: (p_module_name => 'update_user_column'
163: ,p_hook_type => 'BP'
164: );
165: end;

Line 188: when hr_api.cannot_find_prog_unit then

184: ,p_object_version_number => l_ovn
185: ,p_formula_warning => l_formula_warning
186: );
187: exception
188: when hr_api.cannot_find_prog_unit then
189: hr_api.cannot_find_prog_unit_error
190: (p_module_name => 'update_user_column'
191: ,p_hook_type => 'AP'
192: );

Line 189: hr_api.cannot_find_prog_unit_error

185: ,p_formula_warning => l_formula_warning
186: );
187: exception
188: when hr_api.cannot_find_prog_unit then
189: hr_api.cannot_find_prog_unit_error
190: (p_module_name => 'update_user_column'
191: ,p_hook_type => 'AP'
192: );
193: end;

Line 198: raise hr_api.validate_enabled;

194: --
195: -- When in validation only mode raise the Validate_Enabled exception
196: --
197: if p_validate then
198: raise hr_api.validate_enabled;
199: end if;
200: --
201: -- Set all output arguments
202: --

Line 211: when hr_api.validate_enabled then

207: pay_pct_upd.upd_tl(userenv('LANG'),p_user_column_id,p_user_column_name);
208: ---------------------------------------------------------------------------
209: hr_utility.set_location(' Leaving:'||l_proc, 70);
210: exception
211: when hr_api.validate_enabled then
212: --
213: -- As the Validate_Enabled exception has been raised
214: -- we must rollback to the savepoint
215: --

Line 263: when hr_api.cannot_find_prog_unit then

259: (p_user_column_id => p_user_column_id
260: ,p_object_version_number => l_ovn
261: );
262: exception
263: when hr_api.cannot_find_prog_unit then
264: hr_api.cannot_find_prog_unit_error
265: (p_module_name => 'delete_user_column'
266: ,p_hook_type => 'BP'
267: );

Line 264: hr_api.cannot_find_prog_unit_error

260: ,p_object_version_number => l_ovn
261: );
262: exception
263: when hr_api.cannot_find_prog_unit then
264: hr_api.cannot_find_prog_unit_error
265: (p_module_name => 'delete_user_column'
266: ,p_hook_type => 'BP'
267: );
268: end;

Line 285: when hr_api.cannot_find_prog_unit then

281: (p_user_column_id => p_user_column_id
282: ,p_object_version_number => l_ovn
283: );
284: exception
285: when hr_api.cannot_find_prog_unit then
286: hr_api.cannot_find_prog_unit_error
287: (p_module_name => 'delete_user_column'
288: ,p_hook_type => 'AP'
289: );

Line 286: hr_api.cannot_find_prog_unit_error

282: ,p_object_version_number => l_ovn
283: );
284: exception
285: when hr_api.cannot_find_prog_unit then
286: hr_api.cannot_find_prog_unit_error
287: (p_module_name => 'delete_user_column'
288: ,p_hook_type => 'AP'
289: );
290: end;

Line 295: raise hr_api.validate_enabled;

291: --
292: -- When in validation only mode raise the Validate_Enabled exception
293: --
294: if p_validate then
295: raise hr_api.validate_enabled;
296: end if;
297: --
298: -- Set all output arguments
299: --

Line 307: when hr_api.validate_enabled then

303: pay_pct_del.del_tl(p_user_column_id);
304: ---------------------------------------------------------------------------
305: hr_utility.set_location(' Leaving:'||l_proc, 70);
306: exception
307: when hr_api.validate_enabled then
308: --
309: -- As the Validate_Enabled exception has been raised
310: -- we must rollback to the savepoint
311: --