DBA Data[Home] [Help]

APPS.HZ_PERSON_INFO_V2PUB dependencies on FND_API

Line 136: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

132: *
133: * ARGUMENTS
134: * IN:
135: * p_init_msg_list Initialize message stack if it is set to
136: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
137: * p_person_language_rec Person language record.
138: * IN/OUT:
139: * OUT:
140: * x_language_use_reference_id Language use reference ID.

Line 142: * be FND_API.G_RET_STS_SUCCESS (success),

138: * IN/OUT:
139: * OUT:
140: * x_language_use_reference_id Language use reference ID.
141: * x_return_status Return status after the call. The status can
142: * be FND_API.G_RET_STS_SUCCESS (success),
143: * FND_API.G_RET_STS_ERROR (error),
144: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
145: * x_msg_count Number of messages in message stack.
146: * x_msg_data Message text if x_msg_count is 1.

Line 143: * FND_API.G_RET_STS_ERROR (error),

139: * OUT:
140: * x_language_use_reference_id Language use reference ID.
141: * x_return_status Return status after the call. The status can
142: * be FND_API.G_RET_STS_SUCCESS (success),
143: * FND_API.G_RET_STS_ERROR (error),
144: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
145: * x_msg_count Number of messages in message stack.
146: * x_msg_data Message text if x_msg_count is 1.
147: *

Line 144: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

140: * x_language_use_reference_id Language use reference ID.
141: * x_return_status Return status after the call. The status can
142: * be FND_API.G_RET_STS_SUCCESS (success),
143: * FND_API.G_RET_STS_ERROR (error),
144: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
145: * x_msg_count Number of messages in message stack.
146: * x_msg_data Message text if x_msg_count is 1.
147: *
148: * NOTES

Line 169: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

165: * @rep:businessevent oracle.apps.ar.hz.PersonLanguage.create
166: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
167: */
168: PROCEDURE create_person_language(
169: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
170: p_person_language_rec IN PERSON_LANGUAGE_REC_TYPE,
171: x_language_use_reference_id OUT NOCOPY NUMBER,
172: x_return_status OUT NOCOPY VARCHAR2,
173: x_msg_count OUT NOCOPY NUMBER,

Line 188: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

184: *
185: * ARGUMENTS
186: * IN:
187: * p_init_msg_list Initialize message stack if it is set to
188: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
189: * p_person_language_rec Person language record.
190: * IN/OUT:
191: * p_object_version_number Used for locking the being updated record.
192: * OUT:

Line 194: * be FND_API.G_RET_STS_SUCCESS (success),

190: * IN/OUT:
191: * p_object_version_number Used for locking the being updated record.
192: * OUT:
193: * x_return_status Return status after the call. The status can
194: * be FND_API.G_RET_STS_SUCCESS (success),
195: * FND_API.G_RET_STS_ERROR (error),
196: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
197: * x_msg_count Number of messages in message stack.
198: * x_msg_data Message text if x_msg_count is 1.

Line 195: * FND_API.G_RET_STS_ERROR (error),

191: * p_object_version_number Used for locking the being updated record.
192: * OUT:
193: * x_return_status Return status after the call. The status can
194: * be FND_API.G_RET_STS_SUCCESS (success),
195: * FND_API.G_RET_STS_ERROR (error),
196: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
197: * x_msg_count Number of messages in message stack.
198: * x_msg_data Message text if x_msg_count is 1.
199: *

Line 196: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

192: * OUT:
193: * x_return_status Return status after the call. The status can
194: * be FND_API.G_RET_STS_SUCCESS (success),
195: * FND_API.G_RET_STS_ERROR (error),
196: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
197: * x_msg_count Number of messages in message stack.
198: * x_msg_data Message text if x_msg_count is 1.
199: *
200: * NOTES

Line 219: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

215: * @rep:businessevent oracle.apps.ar.hz.PersonLanguage.update
216: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
217: */
218: PROCEDURE update_person_language(
219: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
220: p_person_language_rec IN PERSON_LANGUAGE_REC_TYPE,
221: p_object_version_number IN OUT NOCOPY NUMBER,
222: x_return_status OUT NOCOPY VARCHAR2,
223: x_msg_count OUT NOCOPY NUMBER,

Line 238: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

234: *
235: * ARGUMENTS
236: * IN:
237: * p_init_msg_list Initialize message stack if it is set to
238: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
239: * p_language_use_reference_id Language use reference ID.
240: * IN/OUT:
241: * OUT:
242: * x_person_language_rec Returned person language record.

Line 244: * be FND_API.G_RET_STS_SUCCESS (success),

240: * IN/OUT:
241: * OUT:
242: * x_person_language_rec Returned person language record.
243: * x_return_status Return status after the call. The status can
244: * be FND_API.G_RET_STS_SUCCESS (success),
245: * FND_API.G_RET_STS_ERROR (error),
246: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
247: * x_msg_count Number of messages in message stack.
248: * x_msg_data Message text if x_msg_count is 1.

Line 245: * FND_API.G_RET_STS_ERROR (error),

241: * OUT:
242: * x_person_language_rec Returned person language record.
243: * x_return_status Return status after the call. The status can
244: * be FND_API.G_RET_STS_SUCCESS (success),
245: * FND_API.G_RET_STS_ERROR (error),
246: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
247: * x_msg_count Number of messages in message stack.
248: * x_msg_data Message text if x_msg_count is 1.
249: *

Line 246: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

242: * x_person_language_rec Returned person language record.
243: * x_return_status Return status after the call. The status can
244: * be FND_API.G_RET_STS_SUCCESS (success),
245: * FND_API.G_RET_STS_ERROR (error),
246: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
247: * x_msg_count Number of messages in message stack.
248: * x_msg_data Message text if x_msg_count is 1.
249: *
250: * NOTES

Line 259: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

255: *
256: */
257:
258: PROCEDURE get_person_language_rec (
259: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
260: p_language_use_reference_id IN NUMBER,
261: p_person_language_rec OUT NOCOPY PERSON_LANGUAGE_REC_TYPE,
262: x_return_status OUT NOCOPY VARCHAR2,
263: x_msg_count OUT NOCOPY NUMBER,

Line 278: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

274: *
275: * ARGUMENTS
276: * IN:
277: * p_init_msg_list Initialize message stack if it is set to
278: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
279: * p_citizenship_rec Citizenship record.
280: * IN/OUT:
281: * OUT:
282: * x_citizenship_id Citizenship ID.

Line 284: * be FND_API.G_RET_STS_SUCCESS (success),

280: * IN/OUT:
281: * OUT:
282: * x_citizenship_id Citizenship ID.
283: * x_return_status Return status after the call. The status can
284: * be FND_API.G_RET_STS_SUCCESS (success),
285: * FND_API.G_RET_STS_ERROR (error),
286: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
287: * x_msg_count Number of messages in message stack.
288: * x_msg_data Message text if x_msg_count is 1.

Line 285: * FND_API.G_RET_STS_ERROR (error),

281: * OUT:
282: * x_citizenship_id Citizenship ID.
283: * x_return_status Return status after the call. The status can
284: * be FND_API.G_RET_STS_SUCCESS (success),
285: * FND_API.G_RET_STS_ERROR (error),
286: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
287: * x_msg_count Number of messages in message stack.
288: * x_msg_data Message text if x_msg_count is 1.
289: *

Line 286: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

282: * x_citizenship_id Citizenship ID.
283: * x_return_status Return status after the call. The status can
284: * be FND_API.G_RET_STS_SUCCESS (success),
285: * FND_API.G_RET_STS_ERROR (error),
286: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
287: * x_msg_count Number of messages in message stack.
288: * x_msg_data Message text if x_msg_count is 1.
289: *
290: * NOTES

Line 308: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

304: * @rep:businessevent oracle.apps.ar.hz.Citizenship.create
305: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
306: */
307: PROCEDURE create_citizenship(
308: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
309: p_citizenship_rec IN CITIZENSHIP_REC_TYPE,
310: x_citizenship_id OUT NOCOPY NUMBER,
311: x_return_status OUT NOCOPY VARCHAR2,
312: x_msg_count OUT NOCOPY NUMBER,

Line 327: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

323: *
324: * ARGUMENTS
325: * IN:
326: * p_init_msg_list Initialize message stack if it is set to
327: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
328: * p_citizenship_rec citizenship record.
329: * IN/OUT:
330: * p_object_version_number Used for locking the being updated record.
331: * OUT:

Line 333: * be FND_API.G_RET_STS_SUCCESS (success),

329: * IN/OUT:
330: * p_object_version_number Used for locking the being updated record.
331: * OUT:
332: * x_return_status Return status after the call. The status can
333: * be FND_API.G_RET_STS_SUCCESS (success),
334: * FND_API.G_RET_STS_ERROR (error),
335: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
336: * x_msg_count Number of messages in message stack.
337: * x_msg_data Message text if x_msg_count is 1.

Line 334: * FND_API.G_RET_STS_ERROR (error),

330: * p_object_version_number Used for locking the being updated record.
331: * OUT:
332: * x_return_status Return status after the call. The status can
333: * be FND_API.G_RET_STS_SUCCESS (success),
334: * FND_API.G_RET_STS_ERROR (error),
335: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
336: * x_msg_count Number of messages in message stack.
337: * x_msg_data Message text if x_msg_count is 1.
338: *

Line 335: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

331: * OUT:
332: * x_return_status Return status after the call. The status can
333: * be FND_API.G_RET_STS_SUCCESS (success),
334: * FND_API.G_RET_STS_ERROR (error),
335: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
336: * x_msg_count Number of messages in message stack.
337: * x_msg_data Message text if x_msg_count is 1.
338: *
339: * NOTES

Line 356: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

352: * @rep:businessevent oracle.apps.ar.hz.Citizenship.update
353: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
354: */
355: PROCEDURE update_citizenship(
356: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
357: p_citizenship_rec IN CITIZENSHIP_REC_TYPE,
358: p_object_version_number IN OUT NOCOPY NUMBER,
359: x_return_status OUT NOCOPY VARCHAR2,
360: x_msg_count OUT NOCOPY NUMBER,

Line 375: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

371: *
372: * ARGUMENTS
373: * IN:
374: * p_init_msg_list Initialize message stack if it is set to
375: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
376: * p_citizenship_id Citizenship ID.
377: * IN/OUT:
378: * OUT:
379: * x_citizenship_rec Returned citizenship record.

Line 381: * be FND_API.G_RET_STS_SUCCESS (success),

377: * IN/OUT:
378: * OUT:
379: * x_citizenship_rec Returned citizenship record.
380: * x_return_status Return status after the call. The status can
381: * be FND_API.G_RET_STS_SUCCESS (success),
382: * FND_API.G_RET_STS_ERROR (error),
383: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
384: * x_msg_count Number of messages in message stack.
385: * x_msg_data Message text if x_msg_count is 1.

Line 382: * FND_API.G_RET_STS_ERROR (error),

378: * OUT:
379: * x_citizenship_rec Returned citizenship record.
380: * x_return_status Return status after the call. The status can
381: * be FND_API.G_RET_STS_SUCCESS (success),
382: * FND_API.G_RET_STS_ERROR (error),
383: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
384: * x_msg_count Number of messages in message stack.
385: * x_msg_data Message text if x_msg_count is 1.
386: *

Line 383: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

379: * x_citizenship_rec Returned citizenship record.
380: * x_return_status Return status after the call. The status can
381: * be FND_API.G_RET_STS_SUCCESS (success),
382: * FND_API.G_RET_STS_ERROR (error),
383: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
384: * x_msg_count Number of messages in message stack.
385: * x_msg_data Message text if x_msg_count is 1.
386: *
387: * NOTES

Line 396: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

392: *
393: */
394:
395: PROCEDURE get_citizenship_rec (
396: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
397: p_citizenship_id IN NUMBER,
398: x_citizenship_rec OUT NOCOPY CITIZENSHIP_REC_TYPE,
399: x_return_status OUT NOCOPY VARCHAR2,
400: x_msg_count OUT NOCOPY NUMBER,

Line 416: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

412: *
413: * ARGUMENTS
414: * IN:
415: * p_init_msg_list Initialize message stack if it is set to
416: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
417: * p_education_rec Education record.
418: * IN/OUT:
419: * OUT:
420: * x_education_id Education ID.

Line 422: * be FND_API.G_RET_STS_SUCCESS (success),

418: * IN/OUT:
419: * OUT:
420: * x_education_id Education ID.
421: * x_return_status Return status after the call. The status can
422: * be FND_API.G_RET_STS_SUCCESS (success),
423: * FND_API.G_RET_STS_ERROR (error),
424: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
425: * x_msg_count Number of messages in message stack.
426: * x_msg_data Message text if x_msg_count is 1.

Line 423: * FND_API.G_RET_STS_ERROR (error),

419: * OUT:
420: * x_education_id Education ID.
421: * x_return_status Return status after the call. The status can
422: * be FND_API.G_RET_STS_SUCCESS (success),
423: * FND_API.G_RET_STS_ERROR (error),
424: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
425: * x_msg_count Number of messages in message stack.
426: * x_msg_data Message text if x_msg_count is 1.
427: *

Line 424: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

420: * x_education_id Education ID.
421: * x_return_status Return status after the call. The status can
422: * be FND_API.G_RET_STS_SUCCESS (success),
423: * FND_API.G_RET_STS_ERROR (error),
424: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
425: * x_msg_count Number of messages in message stack.
426: * x_msg_data Message text if x_msg_count is 1.
427: *
428: * NOTES

Line 446: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

442: * @rep:businessevent oracle.apps.ar.hz.Education.create
443: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
444: */
445: PROCEDURE create_education(
446: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
447: p_education_rec IN EDUCATION_REC_TYPE,
448: x_education_id OUT NOCOPY NUMBER,
449: x_return_status OUT NOCOPY VARCHAR2,
450: x_msg_count OUT NOCOPY NUMBER,

Line 465: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

461: *
462: * ARGUMENTS
463: * IN:
464: * p_init_msg_list Initialize message stack if it is set to
465: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
466: * p_education_rec Education record.
467: * IN/OUT:
468: * p_object_version_number Used for locking the being updated record.
469: * OUT:

Line 471: * be FND_API.G_RET_STS_SUCCESS (success),

467: * IN/OUT:
468: * p_object_version_number Used for locking the being updated record.
469: * OUT:
470: * x_return_status Return status after the call. The status can
471: * be FND_API.G_RET_STS_SUCCESS (success),
472: * FND_API.G_RET_STS_ERROR (error),
473: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
474: * x_msg_count Number of messages in message stack.
475: * x_msg_data Message text if x_msg_count is 1.

Line 472: * FND_API.G_RET_STS_ERROR (error),

468: * p_object_version_number Used for locking the being updated record.
469: * OUT:
470: * x_return_status Return status after the call. The status can
471: * be FND_API.G_RET_STS_SUCCESS (success),
472: * FND_API.G_RET_STS_ERROR (error),
473: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
474: * x_msg_count Number of messages in message stack.
475: * x_msg_data Message text if x_msg_count is 1.
476: *

Line 473: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

469: * OUT:
470: * x_return_status Return status after the call. The status can
471: * be FND_API.G_RET_STS_SUCCESS (success),
472: * FND_API.G_RET_STS_ERROR (error),
473: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
474: * x_msg_count Number of messages in message stack.
475: * x_msg_data Message text if x_msg_count is 1.
476: *
477: * NOTES

Line 494: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

490: * @rep:businessevent oracle.apps.ar.hz.Education.update
491: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
492: */
493: PROCEDURE update_education(
494: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
495: p_education_rec IN EDUCATION_REC_TYPE,
496: p_object_version_number IN OUT NOCOPY NUMBER,
497: x_return_status OUT NOCOPY VARCHAR2,
498: x_msg_count OUT NOCOPY NUMBER,

Line 513: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

509: *
510: * ARGUMENTS
511: * IN:
512: * p_init_msg_list Initialize message stack if it is set to
513: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
514: * p_education_id Education ID.
515: * IN/OUT:
516: * OUT:
517: * x_education_rec Returned Education record.

Line 519: * be FND_API.G_RET_STS_SUCCESS (success),

515: * IN/OUT:
516: * OUT:
517: * x_education_rec Returned Education record.
518: * x_return_status Return status after the call. The status can
519: * be FND_API.G_RET_STS_SUCCESS (success),
520: * FND_API.G_RET_STS_ERROR (error),
521: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
522: * x_msg_count Number of messages in message stack.
523: * x_msg_data Message text if x_msg_count is 1.

Line 520: * FND_API.G_RET_STS_ERROR (error),

516: * OUT:
517: * x_education_rec Returned Education record.
518: * x_return_status Return status after the call. The status can
519: * be FND_API.G_RET_STS_SUCCESS (success),
520: * FND_API.G_RET_STS_ERROR (error),
521: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
522: * x_msg_count Number of messages in message stack.
523: * x_msg_data Message text if x_msg_count is 1.
524: *

Line 521: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

517: * x_education_rec Returned Education record.
518: * x_return_status Return status after the call. The status can
519: * be FND_API.G_RET_STS_SUCCESS (success),
520: * FND_API.G_RET_STS_ERROR (error),
521: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
522: * x_msg_count Number of messages in message stack.
523: * x_msg_data Message text if x_msg_count is 1.
524: *
525: * NOTES

Line 534: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

530: *
531: */
532:
533: PROCEDURE get_education_rec (
534: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
535: p_education_id IN NUMBER,
536: x_education_rec OUT NOCOPY EDUCATION_REC_TYPE,
537: x_return_status OUT NOCOPY VARCHAR2,
538: x_msg_count OUT NOCOPY NUMBER,

Line 554: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

550: *
551: * ARGUMENTS
552: * IN:
553: * p_init_msg_list Initialize message stack if it is set to
554: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
555: * p_employment_history_rec Employment history record.
556: * IN/OUT:
557: * OUT:
558: * x_employment_history_id Employment history ID.

Line 560: * be FND_API.G_RET_STS_SUCCESS (success),

556: * IN/OUT:
557: * OUT:
558: * x_employment_history_id Employment history ID.
559: * x_return_status Return status after the call. The status can
560: * be FND_API.G_RET_STS_SUCCESS (success),
561: * FND_API.G_RET_STS_ERROR (error),
562: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
563: * x_msg_count Number of messages in message stack.
564: * x_msg_data Message text if x_msg_count is 1.

Line 561: * FND_API.G_RET_STS_ERROR (error),

557: * OUT:
558: * x_employment_history_id Employment history ID.
559: * x_return_status Return status after the call. The status can
560: * be FND_API.G_RET_STS_SUCCESS (success),
561: * FND_API.G_RET_STS_ERROR (error),
562: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
563: * x_msg_count Number of messages in message stack.
564: * x_msg_data Message text if x_msg_count is 1.
565: *

Line 562: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

558: * x_employment_history_id Employment history ID.
559: * x_return_status Return status after the call. The status can
560: * be FND_API.G_RET_STS_SUCCESS (success),
561: * FND_API.G_RET_STS_ERROR (error),
562: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
563: * x_msg_count Number of messages in message stack.
564: * x_msg_data Message text if x_msg_count is 1.
565: *
566: * NOTES

Line 584: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

580: * @rep:businessevent oracle.apps.ar.hz.EmploymentHistory.create
581: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
582: */
583: PROCEDURE create_employment_history(
584: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
585: p_employment_history_rec IN EMPLOYMENT_HISTORY_REC_TYPE,
586: x_employment_history_id OUT NOCOPY NUMBER,
587: x_return_status OUT NOCOPY VARCHAR2,
588: x_msg_count OUT NOCOPY NUMBER,

Line 603: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

599: *
600: * ARGUMENTS
601: * IN:
602: * p_init_msg_list Initialize message stack if it is set to
603: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
604: * p_employment_history_rec Employment history record.
605: * IN/OUT:
606: * p_object_version_number Used for locking the being updated record.
607: * OUT:

Line 609: * be FND_API.G_RET_STS_SUCCESS (success),

605: * IN/OUT:
606: * p_object_version_number Used for locking the being updated record.
607: * OUT:
608: * x_return_status Return status after the call. The status can
609: * be FND_API.G_RET_STS_SUCCESS (success),
610: * FND_API.G_RET_STS_ERROR (error),
611: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
612: * x_msg_count Number of messages in message stack.
613: * x_msg_data Message text if x_msg_count is 1.

Line 610: * FND_API.G_RET_STS_ERROR (error),

606: * p_object_version_number Used for locking the being updated record.
607: * OUT:
608: * x_return_status Return status after the call. The status can
609: * be FND_API.G_RET_STS_SUCCESS (success),
610: * FND_API.G_RET_STS_ERROR (error),
611: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
612: * x_msg_count Number of messages in message stack.
613: * x_msg_data Message text if x_msg_count is 1.
614: *

Line 611: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

607: * OUT:
608: * x_return_status Return status after the call. The status can
609: * be FND_API.G_RET_STS_SUCCESS (success),
610: * FND_API.G_RET_STS_ERROR (error),
611: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
612: * x_msg_count Number of messages in message stack.
613: * x_msg_data Message text if x_msg_count is 1.
614: *
615: * NOTES

Line 632: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

628: * @rep:businessevent oracle.apps.ar.hz.EmploymentHistory.update
629: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
630: */
631: PROCEDURE update_employment_history(
632: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
633: p_employment_history_rec IN EMPLOYMENT_HISTORY_REC_TYPE,
634: p_object_version_number IN OUT NOCOPY NUMBER,
635: x_return_status OUT NOCOPY VARCHAR2,
636: x_msg_count OUT NOCOPY NUMBER,

Line 651: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

647: *
648: * ARGUMENTS
649: * IN:
650: * p_init_msg_list Initialize message stack if it is set to
651: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
652: * p_employment_history_id Employment history ID.
653: * IN/OUT:
654: * OUT:
655: * x_employment_history_rec Returned Employment history record.

Line 657: * be FND_API.G_RET_STS_SUCCESS (success),

653: * IN/OUT:
654: * OUT:
655: * x_employment_history_rec Returned Employment history record.
656: * x_return_status Return status after the call. The status can
657: * be FND_API.G_RET_STS_SUCCESS (success),
658: * FND_API.G_RET_STS_ERROR (error),
659: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
660: * x_msg_count Number of messages in message stack.
661: * x_msg_data Message text if x_msg_count is 1.

Line 658: * FND_API.G_RET_STS_ERROR (error),

654: * OUT:
655: * x_employment_history_rec Returned Employment history record.
656: * x_return_status Return status after the call. The status can
657: * be FND_API.G_RET_STS_SUCCESS (success),
658: * FND_API.G_RET_STS_ERROR (error),
659: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
660: * x_msg_count Number of messages in message stack.
661: * x_msg_data Message text if x_msg_count is 1.
662: *

Line 659: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

655: * x_employment_history_rec Returned Employment history record.
656: * x_return_status Return status after the call. The status can
657: * be FND_API.G_RET_STS_SUCCESS (success),
658: * FND_API.G_RET_STS_ERROR (error),
659: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
660: * x_msg_count Number of messages in message stack.
661: * x_msg_data Message text if x_msg_count is 1.
662: *
663: * NOTES

Line 672: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

668: *
669: */
670:
671: PROCEDURE get_employment_history_rec (
672: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
673: p_employment_history_id IN NUMBER,
674: x_employment_history_rec OUT NOCOPY EMPLOYMENT_HISTORY_REC_TYPE,
675: x_return_status OUT NOCOPY VARCHAR2,
676: x_msg_count OUT NOCOPY NUMBER,

Line 692: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

688: *
689: * ARGUMENTS
690: * IN:
691: * p_init_msg_list Initialize message stack if it is set to
692: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
693: * p_work_class_rec Work class record.
694: * IN/OUT:
695: * OUT:
696: * x_work_class_id Work class ID.

Line 698: * be FND_API.G_RET_STS_SUCCESS (success),

694: * IN/OUT:
695: * OUT:
696: * x_work_class_id Work class ID.
697: * x_return_status Return status after the call. The status can
698: * be FND_API.G_RET_STS_SUCCESS (success),
699: * FND_API.G_RET_STS_ERROR (error),
700: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
701: * x_msg_count Number of messages in message stack.
702: * x_msg_data Message text if x_msg_count is 1.

Line 699: * FND_API.G_RET_STS_ERROR (error),

695: * OUT:
696: * x_work_class_id Work class ID.
697: * x_return_status Return status after the call. The status can
698: * be FND_API.G_RET_STS_SUCCESS (success),
699: * FND_API.G_RET_STS_ERROR (error),
700: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
701: * x_msg_count Number of messages in message stack.
702: * x_msg_data Message text if x_msg_count is 1.
703: *

Line 700: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

696: * x_work_class_id Work class ID.
697: * x_return_status Return status after the call. The status can
698: * be FND_API.G_RET_STS_SUCCESS (success),
699: * FND_API.G_RET_STS_ERROR (error),
700: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
701: * x_msg_count Number of messages in message stack.
702: * x_msg_data Message text if x_msg_count is 1.
703: *
704: * NOTES

Line 722: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

718: * @rep:businessevent oracle.apps.ar.hz.WorkClass.create
719: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
720: */
721: PROCEDURE create_work_class(
722: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
723: p_work_class_rec IN WORK_CLASS_REC_TYPE,
724: x_work_class_id OUT NOCOPY NUMBER,
725: x_return_status OUT NOCOPY VARCHAR2,
726: x_msg_count OUT NOCOPY NUMBER,

Line 741: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

737: *
738: * ARGUMENTS
739: * IN:
740: * p_init_msg_list Initialize message stack if it is set to
741: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
742: * p_work_class_rec Work class record.
743: * IN/OUT:
744: * p_object_version_number Used for locking the being updated record.
745: * OUT:

Line 747: * be FND_API.G_RET_STS_SUCCESS (success),

743: * IN/OUT:
744: * p_object_version_number Used for locking the being updated record.
745: * OUT:
746: * x_return_status Return status after the call. The status can
747: * be FND_API.G_RET_STS_SUCCESS (success),
748: * FND_API.G_RET_STS_ERROR (error),
749: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
750: * x_msg_count Number of messages in message stack.
751: * x_msg_data Message text if x_msg_count is 1.

Line 748: * FND_API.G_RET_STS_ERROR (error),

744: * p_object_version_number Used for locking the being updated record.
745: * OUT:
746: * x_return_status Return status after the call. The status can
747: * be FND_API.G_RET_STS_SUCCESS (success),
748: * FND_API.G_RET_STS_ERROR (error),
749: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
750: * x_msg_count Number of messages in message stack.
751: * x_msg_data Message text if x_msg_count is 1.
752: *

Line 749: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

745: * OUT:
746: * x_return_status Return status after the call. The status can
747: * be FND_API.G_RET_STS_SUCCESS (success),
748: * FND_API.G_RET_STS_ERROR (error),
749: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
750: * x_msg_count Number of messages in message stack.
751: * x_msg_data Message text if x_msg_count is 1.
752: *
753: * NOTES

Line 770: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

766: * @rep:businessevent oracle.apps.ar.hz.WorkClass.update
767: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
768: */
769: PROCEDURE update_work_class(
770: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
771: p_work_class_rec IN WORK_CLASS_REC_TYPE,
772: p_object_version_number IN OUT NOCOPY NUMBER,
773: x_return_status OUT NOCOPY VARCHAR2,
774: x_msg_count OUT NOCOPY NUMBER,

Line 789: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

785: *
786: * ARGUMENTS
787: * IN:
788: * p_init_msg_list Initialize message stack if it is set to
789: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
790: * p_work_class_id Work class ID.
791: * IN/OUT:
792: * OUT:
793: * x_work_class_rec Returned Work class record.

Line 795: * be FND_API.G_RET_STS_SUCCESS (success),

791: * IN/OUT:
792: * OUT:
793: * x_work_class_rec Returned Work class record.
794: * x_return_status Return status after the call. The status can
795: * be FND_API.G_RET_STS_SUCCESS (success),
796: * FND_API.G_RET_STS_ERROR (error),
797: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
798: * x_msg_count Number of messages in message stack.
799: * x_msg_data Message text if x_msg_count is 1.

Line 796: * FND_API.G_RET_STS_ERROR (error),

792: * OUT:
793: * x_work_class_rec Returned Work class record.
794: * x_return_status Return status after the call. The status can
795: * be FND_API.G_RET_STS_SUCCESS (success),
796: * FND_API.G_RET_STS_ERROR (error),
797: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
798: * x_msg_count Number of messages in message stack.
799: * x_msg_data Message text if x_msg_count is 1.
800: *

Line 797: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

793: * x_work_class_rec Returned Work class record.
794: * x_return_status Return status after the call. The status can
795: * be FND_API.G_RET_STS_SUCCESS (success),
796: * FND_API.G_RET_STS_ERROR (error),
797: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
798: * x_msg_count Number of messages in message stack.
799: * x_msg_data Message text if x_msg_count is 1.
800: *
801: * NOTES

Line 810: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

806: *
807: */
808:
809: PROCEDURE get_work_class_rec (
810: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
811: p_work_class_id IN NUMBER,
812: x_work_class_rec OUT NOCOPY WORK_CLASS_REC_TYPE,
813: x_return_status OUT NOCOPY VARCHAR2,
814: x_msg_count OUT NOCOPY NUMBER,

Line 829: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

825: *
826: * ARGUMENTS
827: * IN:
828: * p_init_msg_list Initialize message stack if it is set to
829: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
830: * p_person_interest_rec Person interest record.
831: * IN/OUT:
832: * OUT:
833: * x_person_interest_id Person interest ID.

Line 835: * be FND_API.G_RET_STS_SUCCESS (success),

831: * IN/OUT:
832: * OUT:
833: * x_person_interest_id Person interest ID.
834: * x_return_status Return status after the call. The status can
835: * be FND_API.G_RET_STS_SUCCESS (success),
836: * FND_API.G_RET_STS_ERROR (error),
837: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
838: * x_msg_count Number of messages in message stack.
839: * x_msg_data Message text if x_msg_count is 1.

Line 836: * FND_API.G_RET_STS_ERROR (error),

832: * OUT:
833: * x_person_interest_id Person interest ID.
834: * x_return_status Return status after the call. The status can
835: * be FND_API.G_RET_STS_SUCCESS (success),
836: * FND_API.G_RET_STS_ERROR (error),
837: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
838: * x_msg_count Number of messages in message stack.
839: * x_msg_data Message text if x_msg_count is 1.
840: *

Line 837: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

833: * x_person_interest_id Person interest ID.
834: * x_return_status Return status after the call. The status can
835: * be FND_API.G_RET_STS_SUCCESS (success),
836: * FND_API.G_RET_STS_ERROR (error),
837: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
838: * x_msg_count Number of messages in message stack.
839: * x_msg_data Message text if x_msg_count is 1.
840: *
841: * NOTES

Line 859: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

855: * @rep:businessevent oracle.apps.ar.hz.PersonInterest.create
856: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
857: */
858: PROCEDURE create_person_interest(
859: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
860: p_person_interest_rec IN PERSON_INTEREST_REC_TYPE,
861: x_person_interest_id OUT NOCOPY NUMBER,
862: x_return_status OUT NOCOPY VARCHAR2,
863: x_msg_count OUT NOCOPY NUMBER,

Line 878: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

874: *
875: * ARGUMENTS
876: * IN:
877: * p_init_msg_list Initialize message stack if it is set to
878: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
879: * p_person_interest_rec person interest record.
880: * IN/OUT:
881: * p_object_version_number Used for locking the being updated record.
882: * OUT:

Line 884: * be FND_API.G_RET_STS_SUCCESS (success),

880: * IN/OUT:
881: * p_object_version_number Used for locking the being updated record.
882: * OUT:
883: * x_return_status Return status after the call. The status can
884: * be FND_API.G_RET_STS_SUCCESS (success),
885: * FND_API.G_RET_STS_ERROR (error),
886: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
887: * x_msg_count Number of messages in message stack.
888: * x_msg_data Message text if x_msg_count is 1.

Line 885: * FND_API.G_RET_STS_ERROR (error),

881: * p_object_version_number Used for locking the being updated record.
882: * OUT:
883: * x_return_status Return status after the call. The status can
884: * be FND_API.G_RET_STS_SUCCESS (success),
885: * FND_API.G_RET_STS_ERROR (error),
886: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
887: * x_msg_count Number of messages in message stack.
888: * x_msg_data Message text if x_msg_count is 1.
889: *

Line 886: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

882: * OUT:
883: * x_return_status Return status after the call. The status can
884: * be FND_API.G_RET_STS_SUCCESS (success),
885: * FND_API.G_RET_STS_ERROR (error),
886: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
887: * x_msg_count Number of messages in message stack.
888: * x_msg_data Message text if x_msg_count is 1.
889: *
890: * NOTES

Line 907: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

903: * @rep:businessevent oracle.apps.ar.hz.PersonInterest.update
904: * @rep:doccd 120hztig.pdf Person Info APIs, Oracle Trading Community Architecture Technical Implementation Guide
905: */
906: PROCEDURE update_person_interest(
907: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
908: p_person_interest_rec IN PERSON_INTEREST_REC_TYPE,
909: p_object_version_number IN OUT NOCOPY NUMBER,
910: x_return_status OUT NOCOPY VARCHAR2,
911: x_msg_count OUT NOCOPY NUMBER,

Line 926: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

922: *
923: * ARGUMENTS
924: * IN:
925: * p_init_msg_list Initialize message stack if it is set to
926: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
927: * p_person_interest_id Person interest ID.
928: * IN/OUT:
929: * OUT:
930: * x_person_interest_rec Returned person interest record.

Line 932: * be FND_API.G_RET_STS_SUCCESS (success),

928: * IN/OUT:
929: * OUT:
930: * x_person_interest_rec Returned person interest record.
931: * x_return_status Return status after the call. The status can
932: * be FND_API.G_RET_STS_SUCCESS (success),
933: * FND_API.G_RET_STS_ERROR (error),
934: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
935: * x_msg_count Number of messages in message stack.
936: * x_msg_data Message text if x_msg_count is 1.

Line 933: * FND_API.G_RET_STS_ERROR (error),

929: * OUT:
930: * x_person_interest_rec Returned person interest record.
931: * x_return_status Return status after the call. The status can
932: * be FND_API.G_RET_STS_SUCCESS (success),
933: * FND_API.G_RET_STS_ERROR (error),
934: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
935: * x_msg_count Number of messages in message stack.
936: * x_msg_data Message text if x_msg_count is 1.
937: *

Line 934: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

930: * x_person_interest_rec Returned person interest record.
931: * x_return_status Return status after the call. The status can
932: * be FND_API.G_RET_STS_SUCCESS (success),
933: * FND_API.G_RET_STS_ERROR (error),
934: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
935: * x_msg_count Number of messages in message stack.
936: * x_msg_data Message text if x_msg_count is 1.
937: *
938: * NOTES

Line 947: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

943: *
944: */
945:
946: PROCEDURE get_person_interest_rec (
947: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
948: p_person_interest_id IN NUMBER,
949: x_person_interest_rec OUT NOCOPY PERSON_INTEREST_REC_TYPE,
950: x_return_status OUT NOCOPY VARCHAR2,
951: x_msg_count OUT NOCOPY NUMBER,