DBA Data[Home] [Help]

APPS.OTA_FRM_NOTIF_SUBSCRIBER_API dependencies on HR_API

Line 52: when hr_api.cannot_find_prog_unit then

48: ,p_object_version_number => p_object_version_number
49: );
50:
51: exception
52: when hr_api.cannot_find_prog_unit then
53: hr_api.cannot_find_prog_unit_error
54: (p_module_name => 'CREATE_FRM_NOTIF_SUBSCRIBER'
55: ,p_hook_type => 'BP'
56: );

Line 53: hr_api.cannot_find_prog_unit_error

49: );
50:
51: exception
52: when hr_api.cannot_find_prog_unit then
53: hr_api.cannot_find_prog_unit_error
54: (p_module_name => 'CREATE_FRM_NOTIF_SUBSCRIBER'
55: ,p_hook_type => 'BP'
56: );
57: end;

Line 89: when hr_api.cannot_find_prog_unit then

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

Line 90: hr_api.cannot_find_prog_unit_error

86: );
87:
88: exception
89: when hr_api.cannot_find_prog_unit then
90: hr_api.cannot_find_prog_unit_error
91: (p_module_name => 'CREATE_FRM_NOTIF_SUBSCRIBER'
92: ,p_hook_type => 'AP'
93: );
94: 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: hr_utility.set_location(' Leaving:'||l_proc, 70);
104: exception

Line 105: when hr_api.validate_enabled then

101: end if;
102:
103: hr_utility.set_location(' Leaving:'||l_proc, 70);
104: exception
105: when hr_api.validate_enabled then
106: --
107: -- As the Validate_Enabled exception has been raised
108: -- we must rollback to the savepoint
109: --

Line 138: ,p_business_group_id in number default hr_api.g_number) is

134: ,p_forum_id in number
135: ,p_person_id in number
136: ,p_contact_id in number
137: ,p_object_version_number in out nocopy number
138: ,p_business_group_id in number default hr_api.g_number) is
139: --
140: -- Declare cursors and local variables
141: --
142: l_proc varchar2(72) := g_package||' update_frm_notif_subscriber';

Line 168: when hr_api.cannot_find_prog_unit then

164: ,p_business_group_id => p_business_group_id
165: );
166:
167: exception
168: when hr_api.cannot_find_prog_unit then
169: hr_api.cannot_find_prog_unit_error
170: (p_module_name => 'UPDATE_FRM_NOTIF_SUBSCRIBER'
171: ,p_hook_type => 'BP'
172: );

Line 169: hr_api.cannot_find_prog_unit_error

165: );
166:
167: exception
168: when hr_api.cannot_find_prog_unit then
169: hr_api.cannot_find_prog_unit_error
170: (p_module_name => 'UPDATE_FRM_NOTIF_SUBSCRIBER'
171: ,p_hook_type => 'BP'
172: );
173: end;

Line 202: when hr_api.cannot_find_prog_unit then

198: ,p_business_group_id => p_business_group_id
199: );
200:
201: exception
202: when hr_api.cannot_find_prog_unit then
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'UPDATE_FRM_NOTIF_SUBSCRIBER'
205: ,p_hook_type => 'AP'
206: );

Line 203: hr_api.cannot_find_prog_unit_error

199: );
200:
201: exception
202: when hr_api.cannot_find_prog_unit then
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'UPDATE_FRM_NOTIF_SUBSCRIBER'
205: ,p_hook_type => 'AP'
206: );
207: end;

Line 212: raise hr_api.validate_enabled;

208: --
209: -- When in validation only mode raise the Validate_Enabled exception
210: --
211: if p_validate then
212: raise hr_api.validate_enabled;
213: end if;
214: --
215: -- Set all output arguments
216: --

Line 221: when hr_api.validate_enabled then

217: p_object_version_number := l_object_version_number;
218:
219: hr_utility.set_location(' Leaving:'||l_proc, 70);
220: exception
221: when hr_api.validate_enabled then
222: --
223: -- As the Validate_Enabled exception has been raised
224: -- we must rollback to the savepoint
225: --

Line 276: when hr_api.cannot_find_prog_unit then

272: ,p_contact_id => p_contact_id
273: ,p_object_version_number => p_object_version_number
274: );
275: exception
276: when hr_api.cannot_find_prog_unit then
277: hr_api.cannot_find_prog_unit_error
278: (p_module_name => 'DEELTE_FRM_NOTIF_SUBSCRIBER'
279: ,p_hook_type => 'BP'
280: );

Line 277: hr_api.cannot_find_prog_unit_error

273: ,p_object_version_number => p_object_version_number
274: );
275: exception
276: when hr_api.cannot_find_prog_unit then
277: hr_api.cannot_find_prog_unit_error
278: (p_module_name => 'DEELTE_FRM_NOTIF_SUBSCRIBER'
279: ,p_hook_type => 'BP'
280: );
281: end;

Line 304: when hr_api.cannot_find_prog_unit then

300: ,p_contact_id => p_contact_id
301: ,p_object_version_number => p_object_version_number
302: );
303: exception
304: when hr_api.cannot_find_prog_unit then
305: hr_api.cannot_find_prog_unit_error
306: (p_module_name => 'DEELTE_FRM_NOTIF_SUBSCRIBER'
307: ,p_hook_type => 'AP'
308: );

Line 305: hr_api.cannot_find_prog_unit_error

301: ,p_object_version_number => p_object_version_number
302: );
303: exception
304: when hr_api.cannot_find_prog_unit then
305: hr_api.cannot_find_prog_unit_error
306: (p_module_name => 'DEELTE_FRM_NOTIF_SUBSCRIBER'
307: ,p_hook_type => 'AP'
308: );
309: end;

Line 315: raise hr_api.validate_enabled;

311: --
312: -- When in validation only mode raise the Validate_Enabled exception
313: --
314: if p_validate then
315: raise hr_api.validate_enabled;
316: end if;
317: --
318: -- Set all output arguments
319: --

Line 323: when hr_api.validate_enabled then

319: --
320: --
321: hr_utility.set_location(' Leaving:'||l_proc, 170);
322: exception
323: when hr_api.validate_enabled then
324: --
325: -- As the Validate_Enabled exception has been raised
326: -- we must rollback to the savepoint
327: --