DBA Data[Home] [Help]

APPS.HR_PAE_UPD dependencies on HR_API

Line 50: -- by raising and handling the exception hr_api.validate_enabled. We use

46: -- default is false. The validation is controlled by a savepoint and
47: -- rollback mechanism. The savepoint is issued at the beginning of the
48: -- process and is rollbacked at the end of the process
49: -- when all the processing has been completed. The rollback is controlled
50: -- by raising and handling the exception hr_api.validate_enabled. We use
51: -- the exception because, by raising the exception with the
52: -- process, we can exit successfully without having any of the 'OUT'
53: -- parameters being set.
54: --

Line 124: p_exception_name in varchar2 default hr_api.g_varchar2,

120: -- ----------------------------------------------------------------------------
121: Procedure upd
122: (
123: p_exception_id in number,
124: p_exception_name in varchar2 default hr_api.g_varchar2,
125: p_exception_category in varchar2 default hr_api.g_varchar2,
126: p_object_version_number in out number,
127: p_validate in boolean default false
128: );

Line 125: p_exception_category in varchar2 default hr_api.g_varchar2,

121: Procedure upd
122: (
123: p_exception_id in number,
124: p_exception_name in varchar2 default hr_api.g_varchar2,
125: p_exception_category in varchar2 default hr_api.g_varchar2,
126: p_object_version_number in out number,
127: p_validate in boolean default false
128: );
129: --