DBA Data[Home] [Help]

APPS.PQH_DOCUMENT_ATTRIBUTES_API dependencies on HR_API

Line 54: when hr_api.cannot_find_prog_unit then

50: ,p_attribute_id => p_attribute_id
51: ,p_tag_name => p_tag_name
52: );
53: exception
54: when hr_api.cannot_find_prog_unit then
55: hr_api.cannot_find_prog_unit_error
56: (p_module_name => 'CREATE_DOCUMENT_ATTRIBUTE'
57: ,p_hook_type => 'BP'
58: );

Line 55: hr_api.cannot_find_prog_unit_error

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

Line 93: when hr_api.cannot_find_prog_unit then

89: ,p_effective_end_date => l_effective_end_date
90: );
91:
92: exception
93: when hr_api.cannot_find_prog_unit then
94: hr_api.cannot_find_prog_unit_error
95: (p_module_name => 'CREATE_DOCUMENT_ATTRIBUTE'
96: ,p_hook_type => 'AP'
97: );

Line 94: hr_api.cannot_find_prog_unit_error

90: );
91:
92: exception
93: when hr_api.cannot_find_prog_unit then
94: hr_api.cannot_find_prog_unit_error
95: (p_module_name => 'CREATE_DOCUMENT_ATTRIBUTE'
96: ,p_hook_type => 'AP'
97: );
98: end;

Line 104: raise hr_api.validate_enabled;

100: --
101: -- When in validation only mode raise the Validate_Enabled exception
102: --
103: if p_validate then
104: raise hr_api.validate_enabled;
105: end if;
106: --
107: -- Set all output arguments
108: --

Line 116: when hr_api.validate_enabled then

112: p_effective_end_date := l_effective_end_date;
113: --
114: hr_utility.set_location(' Leaving:'||l_proc, 70);
115: exception
116: when hr_api.validate_enabled then
117: --
118: -- As the Validate_Enabled exception has been raised
119: -- we must rollback to the savepoint
120: --

Line 158: ,p_document_id in number default hr_api.g_number

154: ,p_effective_date in date
155: ,p_datetrack_mode in varchar2
156: ,p_document_attribute_id in number
157: ,p_object_version_number in out NOCOPY number
158: ,p_document_id in number default hr_api.g_number
159: ,p_attribute_id in number default hr_api.g_number
160: ,p_tag_name in varchar2 default hr_api.g_varchar2
161: ,p_effective_start_date out NOCOPY date
162: ,p_effective_end_date out NOCOPY date

Line 159: ,p_attribute_id in number default hr_api.g_number

155: ,p_datetrack_mode in varchar2
156: ,p_document_attribute_id in number
157: ,p_object_version_number in out NOCOPY number
158: ,p_document_id in number default hr_api.g_number
159: ,p_attribute_id in number default hr_api.g_number
160: ,p_tag_name in varchar2 default hr_api.g_varchar2
161: ,p_effective_start_date out NOCOPY date
162: ,p_effective_end_date out NOCOPY date
163: ) is

Line 160: ,p_tag_name in varchar2 default hr_api.g_varchar2

156: ,p_document_attribute_id in number
157: ,p_object_version_number in out NOCOPY number
158: ,p_document_id in number default hr_api.g_number
159: ,p_attribute_id in number default hr_api.g_number
160: ,p_tag_name in varchar2 default hr_api.g_varchar2
161: ,p_effective_start_date out NOCOPY date
162: ,p_effective_end_date out NOCOPY date
163: ) is
164:

Line 199: when hr_api.cannot_find_prog_unit then

195: ,p_tag_name => p_tag_name
196: );
197:
198: exception
199: when hr_api.cannot_find_prog_unit then
200: hr_api.cannot_find_prog_unit_error
201: (p_module_name => 'UPDATE_DOCUMENT_ATTRIBUTE'
202: ,p_hook_type => 'BP'
203: );

Line 200: hr_api.cannot_find_prog_unit_error

196: );
197:
198: exception
199: when hr_api.cannot_find_prog_unit then
200: hr_api.cannot_find_prog_unit_error
201: (p_module_name => 'UPDATE_DOCUMENT_ATTRIBUTE'
202: ,p_hook_type => 'BP'
203: );
204: end;

Line 241: when hr_api.cannot_find_prog_unit then

237: );
238:
239:
240: exception
241: when hr_api.cannot_find_prog_unit then
242: hr_api.cannot_find_prog_unit_error
243: (p_module_name => 'UPDATE_DOCUMENT_ATTRIBUTE'
244: ,p_hook_type => 'AP'
245: );

Line 242: hr_api.cannot_find_prog_unit_error

238:
239:
240: exception
241: when hr_api.cannot_find_prog_unit then
242: hr_api.cannot_find_prog_unit_error
243: (p_module_name => 'UPDATE_DOCUMENT_ATTRIBUTE'
244: ,p_hook_type => 'AP'
245: );
246: end;

Line 251: raise hr_api.validate_enabled;

247: --
248: -- When in validation only mode raise the Validate_Enabled exception
249: --
250: if p_validate then
251: raise hr_api.validate_enabled;
252: end if;
253: --
254: -- Set all output arguments
255: --

Line 263: when hr_api.validate_enabled then

259: p_effective_end_date := l_effective_end_date;
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 70);
262: exception
263: when hr_api.validate_enabled then
264: --
265: -- As the Validate_Enabled exception has been raised
266: -- we must rollback to the savepoint
267: --

Line 363: when hr_api.cannot_find_prog_unit then

359: ,p_document_attribute_id => p_document_attribute_id
360: ,p_object_version_number => p_object_version_number
361: );
362: exception
363: when hr_api.cannot_find_prog_unit then
364: hr_api.cannot_find_prog_unit_error
365: (p_module_name => 'DELETE_DOCUMENT_ATTRIBUTE'
366: ,p_hook_type => 'BP'
367: );

Line 364: hr_api.cannot_find_prog_unit_error

360: ,p_object_version_number => p_object_version_number
361: );
362: exception
363: when hr_api.cannot_find_prog_unit then
364: hr_api.cannot_find_prog_unit_error
365: (p_module_name => 'DELETE_DOCUMENT_ATTRIBUTE'
366: ,p_hook_type => 'BP'
367: );
368: end;

Line 396: when hr_api.cannot_find_prog_unit then

392: ,p_effective_start_date => l_effective_start_date
393: ,p_effective_end_date => l_effective_end_date
394: );
395: exception
396: when hr_api.cannot_find_prog_unit then
397: hr_api.cannot_find_prog_unit_error
398: (p_module_name => 'DELETE_DOCUMENT_ATTRIBUTE'
399: ,p_hook_type => 'AP'
400: );

Line 397: hr_api.cannot_find_prog_unit_error

393: ,p_effective_end_date => l_effective_end_date
394: );
395: exception
396: when hr_api.cannot_find_prog_unit then
397: hr_api.cannot_find_prog_unit_error
398: (p_module_name => 'DELETE_DOCUMENT_ATTRIBUTE'
399: ,p_hook_type => 'AP'
400: );
401: end;

Line 406: raise hr_api.validate_enabled;

402: --
403: -- When in validation only mode raise the Validate_Enabled exception
404: --
405: if p_validate then
406: raise hr_api.validate_enabled;
407: end if;
408: --
409: p_object_version_number := p_object_version_number;
410: p_effective_start_date := l_effective_start_date;

Line 416: when hr_api.validate_enabled then

412: --
413: --
414: hr_utility.set_location(' Leaving:'||l_proc, 70);
415: exception
416: when hr_api.validate_enabled then
417: --
418: -- As the Validate_Enabled exception has been raised
419: -- we must rollback to the savepoint
420: --