DBA Data[Home] [Help]

APPS.PAY_EVENT_UPDATES_API dependencies on HR_API

Line 60: when hr_api.cannot_find_prog_unit then

56: ,p_legislation_code => p_legislation_code
57: ,p_event_type => p_event_type
58: );
59: exception
60: when hr_api.cannot_find_prog_unit then
61: hr_api.cannot_find_prog_unit_error
62: (p_module_name => 'CREATE_EVENT_UPDATE',
63: p_hook_type => 'BP'
64: );

Line 61: hr_api.cannot_find_prog_unit_error

57: ,p_event_type => p_event_type
58: );
59: exception
60: when hr_api.cannot_find_prog_unit then
61: hr_api.cannot_find_prog_unit_error
62: (p_module_name => 'CREATE_EVENT_UPDATE',
63: p_hook_type => 'BP'
64: );
65: end;

Line 96: when hr_api.cannot_find_prog_unit then

92: ,p_event_update_id => l_event_update_id
93: ,p_object_version_number => l_object_version_number
94: );
95: exception
96: when hr_api.cannot_find_prog_unit then
97: hr_api.cannot_find_prog_unit_error
98: (p_module_name => 'CREATE_EVENT_UPDATE',
99: p_hook_type => 'AP'
100: );

Line 97: hr_api.cannot_find_prog_unit_error

93: ,p_object_version_number => l_object_version_number
94: );
95: exception
96: when hr_api.cannot_find_prog_unit then
97: hr_api.cannot_find_prog_unit_error
98: (p_module_name => 'CREATE_EVENT_UPDATE',
99: p_hook_type => 'AP'
100: );
101: end;

Line 104: Raise HR_Api.Validate_Enabled;

100: );
101: end;
102: --
103: If p_validate then
104: Raise HR_Api.Validate_Enabled;
105: End If;
106: --
107: p_event_update_id := l_event_update_id;
108: p_object_version_number := l_object_version_number;

Line 112: when HR_Api.Validate_Enabled then

108: p_object_version_number := l_object_version_number;
109: --
110: exception
111: --
112: when HR_Api.Validate_Enabled then
113: --
114: -- A validation or unexpected error has occured
115: --
116: ROLLBACK TO create_event_update;

Line 132: ,p_dated_table_id in number default hr_api.g_number

128: (p_validate in boolean default false
129: ,p_effective_date in date
130: ,p_event_update_id in number
131: ,p_object_version_number in out nocopy number
132: ,p_dated_table_id in number default hr_api.g_number
133: ,p_change_type in varchar2 default hr_api.g_varchar2
134: ,p_table_name in varchar2 default hr_api.g_varchar2
135: ,p_column_name in varchar2 default hr_api.g_varchar2
136: ,p_business_group_id in number default hr_api.g_number

Line 133: ,p_change_type in varchar2 default hr_api.g_varchar2

129: ,p_effective_date in date
130: ,p_event_update_id in number
131: ,p_object_version_number in out nocopy number
132: ,p_dated_table_id in number default hr_api.g_number
133: ,p_change_type in varchar2 default hr_api.g_varchar2
134: ,p_table_name in varchar2 default hr_api.g_varchar2
135: ,p_column_name in varchar2 default hr_api.g_varchar2
136: ,p_business_group_id in number default hr_api.g_number
137: ,p_legislation_code in varchar2 default hr_api.g_varchar2

Line 134: ,p_table_name in varchar2 default hr_api.g_varchar2

130: ,p_event_update_id in number
131: ,p_object_version_number in out nocopy number
132: ,p_dated_table_id in number default hr_api.g_number
133: ,p_change_type in varchar2 default hr_api.g_varchar2
134: ,p_table_name in varchar2 default hr_api.g_varchar2
135: ,p_column_name in varchar2 default hr_api.g_varchar2
136: ,p_business_group_id in number default hr_api.g_number
137: ,p_legislation_code in varchar2 default hr_api.g_varchar2
138: ,p_event_type in varchar2 default hr_api.g_varchar2

Line 135: ,p_column_name in varchar2 default hr_api.g_varchar2

131: ,p_object_version_number in out nocopy number
132: ,p_dated_table_id in number default hr_api.g_number
133: ,p_change_type in varchar2 default hr_api.g_varchar2
134: ,p_table_name in varchar2 default hr_api.g_varchar2
135: ,p_column_name in varchar2 default hr_api.g_varchar2
136: ,p_business_group_id in number default hr_api.g_number
137: ,p_legislation_code in varchar2 default hr_api.g_varchar2
138: ,p_event_type in varchar2 default hr_api.g_varchar2
139: )is

Line 136: ,p_business_group_id in number default hr_api.g_number

132: ,p_dated_table_id in number default hr_api.g_number
133: ,p_change_type in varchar2 default hr_api.g_varchar2
134: ,p_table_name in varchar2 default hr_api.g_varchar2
135: ,p_column_name in varchar2 default hr_api.g_varchar2
136: ,p_business_group_id in number default hr_api.g_number
137: ,p_legislation_code in varchar2 default hr_api.g_varchar2
138: ,p_event_type in varchar2 default hr_api.g_varchar2
139: )is
140: --

Line 137: ,p_legislation_code in varchar2 default hr_api.g_varchar2

133: ,p_change_type in varchar2 default hr_api.g_varchar2
134: ,p_table_name in varchar2 default hr_api.g_varchar2
135: ,p_column_name in varchar2 default hr_api.g_varchar2
136: ,p_business_group_id in number default hr_api.g_number
137: ,p_legislation_code in varchar2 default hr_api.g_varchar2
138: ,p_event_type in varchar2 default hr_api.g_varchar2
139: )is
140: --
141: -- Declare cursors and local variables

Line 138: ,p_event_type in varchar2 default hr_api.g_varchar2

134: ,p_table_name in varchar2 default hr_api.g_varchar2
135: ,p_column_name in varchar2 default hr_api.g_varchar2
136: ,p_business_group_id in number default hr_api.g_number
137: ,p_legislation_code in varchar2 default hr_api.g_varchar2
138: ,p_event_type in varchar2 default hr_api.g_varchar2
139: )is
140: --
141: -- Declare cursors and local variables
142: --

Line 172: when hr_api.cannot_find_prog_unit then

168: ,p_legislation_code => p_legislation_code
169: ,p_event_type => p_event_type
170: );
171: exception
172: when hr_api.cannot_find_prog_unit then
173: hr_api.cannot_find_prog_unit_error
174: (p_module_name => 'UPDATE_EVENT_UPDATE',
175: p_hook_type => 'BP'
176: );

Line 173: hr_api.cannot_find_prog_unit_error

169: ,p_event_type => p_event_type
170: );
171: exception
172: when hr_api.cannot_find_prog_unit then
173: hr_api.cannot_find_prog_unit_error
174: (p_module_name => 'UPDATE_EVENT_UPDATE',
175: p_hook_type => 'BP'
176: );
177: end;

Line 210: when hr_api.cannot_find_prog_unit then

206: ,p_legislation_code => p_legislation_code
207: ,p_event_type => p_event_type
208: );
209: exception
210: when hr_api.cannot_find_prog_unit then
211: hr_api.cannot_find_prog_unit_error
212: (p_module_name => 'UPDATE_EVENT_UPDATE',
213: p_hook_type => 'AP'
214: );

Line 211: hr_api.cannot_find_prog_unit_error

207: ,p_event_type => p_event_type
208: );
209: exception
210: when hr_api.cannot_find_prog_unit then
211: hr_api.cannot_find_prog_unit_error
212: (p_module_name => 'UPDATE_EVENT_UPDATE',
213: p_hook_type => 'AP'
214: );
215: end;

Line 218: Raise HR_Api.Validate_Enabled;

214: );
215: end;
216: --
217: If p_validate then
218: Raise HR_Api.Validate_Enabled;
219: End If;
220: --
221: p_object_version_number := l_object_version_number;
222: --

Line 225: when HR_Api.Validate_Enabled then

221: p_object_version_number := l_object_version_number;
222: --
223: exception
224: --
225: when HR_Api.Validate_Enabled then
226: --
227: -- A validation or unexpected error has occured
228: --
229: ROLLBACK TO update_event_update;

Line 270: when hr_api.cannot_find_prog_unit then

266: p_event_update_id => p_event_update_id
267: ,p_object_version_number => p_object_version_number
268: );
269: exception
270: when hr_api.cannot_find_prog_unit then
271: hr_api.cannot_find_prog_unit_error
272: (p_module_name => 'DELETE_EVENT_UPDATE',
273: p_hook_type => 'BP'
274: );

Line 271: hr_api.cannot_find_prog_unit_error

267: ,p_object_version_number => p_object_version_number
268: );
269: exception
270: when hr_api.cannot_find_prog_unit then
271: hr_api.cannot_find_prog_unit_error
272: (p_module_name => 'DELETE_EVENT_UPDATE',
273: p_hook_type => 'BP'
274: );
275: end;

Line 291: when hr_api.cannot_find_prog_unit then

287: p_event_update_id => p_event_update_id
288: ,p_object_version_number => p_object_version_number
289: );
290: exception
291: when hr_api.cannot_find_prog_unit then
292: hr_api.cannot_find_prog_unit_error
293: (p_module_name => 'DELETE_EVENT_UPDATE',
294: p_hook_type => 'BP'
295: );

Line 292: hr_api.cannot_find_prog_unit_error

288: ,p_object_version_number => p_object_version_number
289: );
290: exception
291: when hr_api.cannot_find_prog_unit then
292: hr_api.cannot_find_prog_unit_error
293: (p_module_name => 'DELETE_EVENT_UPDATE',
294: p_hook_type => 'BP'
295: );
296: end;

Line 299: Raise HR_Api.Validate_Enabled;

295: );
296: end;
297: --
298: If p_validate then
299: Raise HR_Api.Validate_Enabled;
300: End If;
301: --
302: exception
303: when HR_Api.Validate_Enabled then

Line 303: when HR_Api.Validate_Enabled then

299: Raise HR_Api.Validate_Enabled;
300: End If;
301: --
302: exception
303: when HR_Api.Validate_Enabled then
304: --
305: -- A validation or unexpected error has occured
306: --
307: ROLLBACK TO delete_event_update;