DBA Data[Home] [Help]

APPS.HR_EX_EMPLOYEE_API dependencies on STANDARD

Line 29: ,p_last_standard_process_date in date default hr_api.g_date

25: ,p_effective_date in date
26: ,p_period_of_service_id in number
27: ,p_object_version_number in out nocopy number
28: ,p_actual_termination_date in date
29: ,p_last_standard_process_date in date default hr_api.g_date
30: ,p_person_type_id in number default hr_api.g_number
31: ,p_assignment_status_type_id in number default hr_api.g_number
32: ,p_leaving_reason in varchar2 default hr_api.g_varchar2
33: ,p_atd_new in number default hr_api.g_true_num

Line 117: ,p_last_standard_process_date in date default hr_api.g_date

113: ,p_effective_date in date
114: ,p_period_of_service_id in number
115: ,p_object_version_number in out nocopy number
116: ,p_actual_termination_date in date
117: ,p_last_standard_process_date in date default hr_api.g_date
118: ,p_person_type_id in number default hr_api.g_number
119: ,p_assignment_status_type_id in number default hr_api.g_number
120: ,p_leaving_reason in varchar2 default hr_api.g_varchar2
121: ,p_attribute_category in varchar2 default hr_api.g_varchar2

Line 202: ,p_last_standard_process_date in out nocopy date

198: ,p_effective_date in date
199: ,p_period_of_service_id in number
200: ,p_object_version_number in out nocopy number
201: ,p_actual_termination_date in date
202: ,p_last_standard_process_date in out nocopy date
203: ,p_person_type_id in number default hr_api.g_number
204: ,p_assignment_status_type_id in number default hr_api.g_number
205: ,p_leaving_reason in varchar2 default hr_api.g_varchar2
206: ,p_supervisor_warning out nocopy boolean

Line 254: * @param p_last_standard_process_date Last standard process date

250: * false, will be set to the new version number of the updated period of
251: * service. If p_validate is true will be set to the same value which was
252: * passed in.
253: * @param p_actual_termination_date Actual termination date.
254: * @param p_last_standard_process_date Last standard process date
255: * @param p_person_type_id Type of employee being terminated.
256: * @param p_assignment_status_type_id Status of an employee in a specific
257: * assignment.
258: * @param p_leaving_reason Termination Reason. Valid values are defined by the

Line 262: * @param p_lspd_new New Last Standard Process Date entered flag. Set to 1 when

258: * @param p_leaving_reason Termination Reason. Valid values are defined by the
259: * LEAV_REAS lookup type.
260: * @param p_atd_new New Actual Termination Date entered flag. Set to 1 when
261: * a new date is entered else set to 0.
262: * @param p_lspd_new New Last Standard Process Date entered flag. Set to 1 when
263: * a new date is entered else set to 0.
264: * @param p_supervisor_warning If set to true, then this person is a supervisor
265: * for another, current or future assignment.
266: * @param p_event_warning If set to true, then this person is booked on at

Line 303: ,p_last_standard_process_date in out nocopy date

299: ,p_effective_date in date
300: ,p_period_of_service_id in number
301: ,p_object_version_number in out nocopy number
302: ,p_actual_termination_date in date
303: ,p_last_standard_process_date in out nocopy date
304: ,p_person_type_id in number default hr_api.g_number
305: ,p_assignment_status_type_id in number default hr_api.g_number
306: ,p_leaving_reason in varchar2 default hr_api.g_varchar2
307: --

Line 346: * legislations, it uses the last standard process date.

If you want to

342: * current assignments for an employee. It updates the period of service
343: * details and date-effectively deletes all employee assignments as of the
344: * final process date. If a final process date is not specified for the U.S.
345: * legislation, this API uses the actual termination date. For other
346: * legislations, it uses the last standard process date.

If you want to
347: * change the final process date after it has been entered, you must cancel the
348: * termination and reapply the termination from the new date.

Element
349: * entries for any assignment that have an element termination rule of Final
350: * Close are date-effectively deleted from the final process date. Cost

Line 493: -- p_lsp_date Yes date last standard process date

489: -- In Parameters:
490: -- Name Reqd Type Description
491: -- p_person_id Yes Number person_id
492: -- p_act_date Yes date actual termination date
493: -- p_lsp_date Yes date last standard process date
494: -- p_fpr_date Yes date final process date
495: --
496: -- Post Success:
497: -- The function will return a VARCHAR2 to indicate level of success.