DBA Data[Home] [Help]

APPS.OTA_FRM_OBJ_INCLUSION_API dependencies on HR_API

Line 54: when hr_api.cannot_find_prog_unit then

50: ,p_end_date_active => p_end_date_active
51: ,p_primary_flag => p_primary_flag
52: ,p_object_version_number => p_object_version_number);
53: exception
54: when hr_api.cannot_find_prog_unit then
55: hr_api.cannot_find_prog_unit_error
56: (p_module_name => 'CREATE_FRM_OBJ_INCLUSION'
57: ,p_hook_type => 'BP'
58: );

Line 55: hr_api.cannot_find_prog_unit_error

51: ,p_primary_flag => p_primary_flag
52: ,p_object_version_number => p_object_version_number);
53: exception
54: when hr_api.cannot_find_prog_unit then
55: hr_api.cannot_find_prog_unit_error
56: (p_module_name => 'CREATE_FRM_OBJ_INCLUSION'
57: ,p_hook_type => 'BP'
58: );
59: end;

Line 90: when hr_api.cannot_find_prog_unit then

86: ,p_end_date_active => p_end_date_active
87: ,p_primary_flag => p_primary_flag
88: ,p_object_version_number => p_object_version_number);
89: exception
90: when hr_api.cannot_find_prog_unit then
91: hr_api.cannot_find_prog_unit_error
92: (p_module_name => 'CREATE_FRM_OBJ_INCLUSION'
93: ,p_hook_type => 'AP'
94: );

Line 91: hr_api.cannot_find_prog_unit_error

87: ,p_primary_flag => p_primary_flag
88: ,p_object_version_number => p_object_version_number);
89: exception
90: when hr_api.cannot_find_prog_unit then
91: hr_api.cannot_find_prog_unit_error
92: (p_module_name => 'CREATE_FRM_OBJ_INCLUSION'
93: ,p_hook_type => 'AP'
94: );
95: end;

Line 100: raise hr_api.validate_enabled;

96: --
97: -- When in validation only mode raise the Validate_Enabled exception
98: --
99: if p_validate then
100: raise hr_api.validate_enabled;
101: end if;
102: --
103: -- Set all output arguments
104: --

Line 110: when hr_api.validate_enabled then

106:
107:
108: hr_utility.set_location(' Leaving:'||l_proc, 70);
109: exception
110: when hr_api.validate_enabled then
111: --
112: -- As the Validate_Enabled exception has been raised
113: -- we must rollback to the savepoint
114: --

Line 143: ,p_primary_flag in varchar2 default hr_api.g_varchar2

139: p_validate in boolean default false
140: ,p_effective_date in date
141: ,p_object_id in number
142: ,p_object_type in varchar2
143: ,p_primary_flag in varchar2 default hr_api.g_varchar2
144: ,p_start_date_active in date default hr_api.g_date
145: ,p_end_date_active in date default hr_api.g_date
146: ,p_forum_id in number
147: ,p_object_version_number in out nocopy number

Line 144: ,p_start_date_active in date default hr_api.g_date

140: ,p_effective_date in date
141: ,p_object_id in number
142: ,p_object_type in varchar2
143: ,p_primary_flag in varchar2 default hr_api.g_varchar2
144: ,p_start_date_active in date default hr_api.g_date
145: ,p_end_date_active in date default hr_api.g_date
146: ,p_forum_id in number
147: ,p_object_version_number in out nocopy number
148: ) is

Line 145: ,p_end_date_active in date default hr_api.g_date

141: ,p_object_id in number
142: ,p_object_type in varchar2
143: ,p_primary_flag in varchar2 default hr_api.g_varchar2
144: ,p_start_date_active in date default hr_api.g_date
145: ,p_end_date_active in date default hr_api.g_date
146: ,p_forum_id in number
147: ,p_object_version_number in out nocopy number
148: ) is
149: --

Line 180: when hr_api.cannot_find_prog_unit then

176: ,p_end_date_active => p_end_date_active
177: ,p_primary_flag => p_primary_flag
178: ,p_object_version_number => l_object_version_number);
179: exception
180: when hr_api.cannot_find_prog_unit then
181: hr_api.cannot_find_prog_unit_error
182: (p_module_name => 'UPDATE_FRM_OBJ_INCLUSION'
183: ,p_hook_type => 'BP'
184: );

Line 181: hr_api.cannot_find_prog_unit_error

177: ,p_primary_flag => p_primary_flag
178: ,p_object_version_number => l_object_version_number);
179: exception
180: when hr_api.cannot_find_prog_unit then
181: hr_api.cannot_find_prog_unit_error
182: (p_module_name => 'UPDATE_FRM_OBJ_INCLUSION'
183: ,p_hook_type => 'BP'
184: );
185: end;

Line 216: when hr_api.cannot_find_prog_unit then

212: ,p_end_date_active => p_end_date_active
213: ,p_primary_flag => p_primary_flag
214: ,p_object_version_number => l_object_version_number);
215: exception
216: when hr_api.cannot_find_prog_unit then
217: hr_api.cannot_find_prog_unit_error
218: (p_module_name => 'UPDATE_FRM_OBJ_INCLUSION'
219: ,p_hook_type => 'AP'
220: );

Line 217: hr_api.cannot_find_prog_unit_error

213: ,p_primary_flag => p_primary_flag
214: ,p_object_version_number => l_object_version_number);
215: exception
216: when hr_api.cannot_find_prog_unit then
217: hr_api.cannot_find_prog_unit_error
218: (p_module_name => 'UPDATE_FRM_OBJ_INCLUSION'
219: ,p_hook_type => 'AP'
220: );
221: end;

Line 226: raise hr_api.validate_enabled;

222: --
223: -- When in validation only mode raise the Validate_Enabled exception
224: --
225: if p_validate then
226: raise hr_api.validate_enabled;
227: end if;
228: --
229:
230:

Line 233: when hr_api.validate_enabled then

229:
230:
231: hr_utility.set_location(' Leaving:'||l_proc, 70);
232: exception
233: when hr_api.validate_enabled then
234: --
235: -- As the Validate_Enabled exception has been raised
236: -- we must rollback to the savepoint
237: --

Line 297: when hr_api.cannot_find_prog_unit then

293: ,p_object_type => p_object_type
294: ,p_object_version_number => p_object_version_number
295: );
296: exception
297: when hr_api.cannot_find_prog_unit then
298: hr_api.cannot_find_prog_unit_error
299: (p_module_name => 'DELETE_FRM_OBJ_INCLUSION'
300: ,p_hook_type => 'BP'
301: );

Line 298: hr_api.cannot_find_prog_unit_error

294: ,p_object_version_number => p_object_version_number
295: );
296: exception
297: when hr_api.cannot_find_prog_unit then
298: hr_api.cannot_find_prog_unit_error
299: (p_module_name => 'DELETE_FRM_OBJ_INCLUSION'
300: ,p_hook_type => 'BP'
301: );
302: end;

Line 328: when hr_api.cannot_find_prog_unit then

324: ,p_object_type => p_object_type
325: ,p_object_version_number => p_object_version_number
326: );
327: exception
328: when hr_api.cannot_find_prog_unit then
329: hr_api.cannot_find_prog_unit_error
330: (p_module_name => 'DELETE_FRM_OBJ_INCLUSION'
331: ,p_hook_type => 'AP'
332: );

Line 329: hr_api.cannot_find_prog_unit_error

325: ,p_object_version_number => p_object_version_number
326: );
327: exception
328: when hr_api.cannot_find_prog_unit then
329: hr_api.cannot_find_prog_unit_error
330: (p_module_name => 'DELETE_FRM_OBJ_INCLUSION'
331: ,p_hook_type => 'AP'
332: );
333: end;

Line 338: raise hr_api.validate_enabled;

334: --
335: -- When in validation only mode raise the Validate_Enabled exception
336: --
337: if p_validate then
338: raise hr_api.validate_enabled;
339: end if;
340: --
341: -- Set all output arguments
342: --

Line 346: when hr_api.validate_enabled then

342: --
343: --
344: hr_utility.set_location(' Leaving:'||l_proc, 170);
345: exception
346: when hr_api.validate_enabled then
347: --
348: -- As the Validate_Enabled exception has been raised
349: -- we must rollback to the savepoint
350: --