DBA Data[Home] [Help]

APPS.PER_EVENTS_API dependencies on STANDARD

Line 16: * This API creates a standard or interview event.

12: -- ----------------------------------------------------------------------------
13: --
14: -- {Start Of Comments}
15: /*#
16: * This API creates a standard or interview event.
17: *
18: * Use this API to create a standard event, or schedule an employee review or
19: * applicant interview. The type of event created depends on the parameters you
20: * specify. Note: You can schedule employees, applicants and contingent workers

Line 18: * Use this API to create a standard event, or schedule an employee review or

14: -- {Start Of Comments}
15: /*#
16: * This API creates a standard or interview event.
17: *
18: * Use this API to create a standard event, or schedule an employee review or
19: * applicant interview. The type of event created depends on the parameters you
20: * specify. Note: You can schedule employees, applicants and contingent workers
21: * for standard events.
22: *

Line 21: * for standard events.

17: *
18: * Use this API to create a standard event, or schedule an employee review or
19: * applicant interview. The type of event created depends on the parameters you
20: * specify. Note: You can schedule employees, applicants and contingent workers
21: * for standard events.
22: *
23: *

Licensing
24: * This API is licensed for use with Human Resources and iRecruitment.
25: *

Line 43: * types 'EMP_EVENT_TYPE' (for employee or contingent worker standard events),

39: * database will remain unchanged. If false and all validation checks pass,
40: * then the database will be modified.
41: * @param p_date_start Start date of the event.
42: * @param p_type The type of event. Valid values are defined by the lookup
43: * types 'EMP_EVENT_TYPE' (for employee or contingent worker standard events),
44: * 'APL_EVENT_TYPE' (for applicant standard events), 'EMP_INTERVIEW_TYPE' (for
45: * employee review events), and 'APL_INTERVIEW_TYPE' (for applicant interview
46: * events).
47: * @param p_business_group_id Uniquely identifies the business group under

Line 44: * 'APL_EVENT_TYPE' (for applicant standard events), 'EMP_INTERVIEW_TYPE' (for

40: * then the database will be modified.
41: * @param p_date_start Start date of the event.
42: * @param p_type The type of event. Valid values are defined by the lookup
43: * types 'EMP_EVENT_TYPE' (for employee or contingent worker standard events),
44: * 'APL_EVENT_TYPE' (for applicant standard events), 'EMP_INTERVIEW_TYPE' (for
45: * employee review events), and 'APL_INTERVIEW_TYPE' (for applicant interview
46: * events).
47: * @param p_business_group_id Uniquely identifies the business group under
48: * which the event will be created.

Line 61: * @param p_event_or_interview Defines whether the event is a standard event or

57: * @param p_date_end End date of the event.
58: * @param p_emp_or_apl Defines whether the event is an employee and contingent
59: * worker event, or an applicant event. Valid values are defined by the
60: * 'EMP_APL' lookup type.
61: * @param p_event_or_interview Defines whether the event is a standard event or
62: * an interview event. Valid values are defined by the 'EVENT_INTERVIEW' lookup
63: * type.
64: * @param p_external_contact External contact for the event.
65: * @param p_time_end End time of the event.

Line 154: * This API updates a standard or interview event.

150: -- ----------------------------------------------------------------------------
151: --
152: -- {Start Of Comments}
153: /*#
154: * This API updates a standard or interview event.
155: *
156: * Use this API to update a standard event, employee review, or applicant
157: * interview.
158: *

Line 156: * Use this API to update a standard event, employee review, or applicant

152: -- {Start Of Comments}
153: /*#
154: * This API updates a standard or interview event.
155: *
156: * Use this API to update a standard event, employee review, or applicant
157: * interview.
158: *
159: *

Licensing
160: * This API is licensed for use with Human Resources and iRecruitment.

Line 187: * @param p_event_or_interview Defines whether the event is a standard event or

183: * @param p_date_end End date of the event.
184: * @param p_emp_or_apl Defines whether the event is an employee and contingent
185: * worker event, or an applicant event. Valid values are defined by the
186: * 'EMP_APL' lookup type.
187: * @param p_event_or_interview Defines whether the event is a standard event or
188: * an interview event. Valid values are defined by the 'EVENT_INTERVIEW' lookup
189: * type.
190: * @param p_external_contact External contact for the event.
191: * @param p_time_end End time of the event.

Line 217: * types 'EMP_EVENT_TYPE' (for employee or contingent worker standard events),

213: * @param p_attribute19 Descriptive flexfield segment.
214: * @param p_attribute20 Descriptive flexfield segment.
215: * @param p_date_start Start date of the event.
216: * @param p_type The type of event. Valid values are defined by the lookup
217: * types 'EMP_EVENT_TYPE' (for employee or contingent worker standard events),
218: * 'APL_EVENT_TYPE' (for applicant standard events), 'EMP_INTERVIEW_TYPE' (for
219: * employee review events), and 'APL_INTERVIEW_TYPE' (for applicant interview
220: * events).
221: * @param p_party_id Party to whom the event applies.

Line 218: * 'APL_EVENT_TYPE' (for applicant standard events), 'EMP_INTERVIEW_TYPE' (for

214: * @param p_attribute20 Descriptive flexfield segment.
215: * @param p_date_start Start date of the event.
216: * @param p_type The type of event. Valid values are defined by the lookup
217: * types 'EMP_EVENT_TYPE' (for employee or contingent worker standard events),
218: * 'APL_EVENT_TYPE' (for applicant standard events), 'EMP_INTERVIEW_TYPE' (for
219: * employee review events), and 'APL_INTERVIEW_TYPE' (for applicant interview
220: * events).
221: * @param p_party_id Party to whom the event applies.
222: * @param p_event_id Uniquely identifies the event that will be updated.

Line 285: * This API deletes a standard or interview event.

281: -- ----------------------------------------------------------------------------
282: --
283: -- {Start Of Comments}
284: /*#
285: * This API deletes a standard or interview event.
286: *
287: * Use this API to delete a standard event, employee review, or applicant
288: * interview.
289: *

Line 287: * Use this API to delete a standard event, employee review, or applicant

283: -- {Start Of Comments}
284: /*#
285: * This API deletes a standard or interview event.
286: *
287: * Use this API to delete a standard event, employee review, or applicant
288: * interview.
289: *
290: *

Licensing
291: * This API is licensed for use with Human Resources and iRecruitment.