DBA Data[Home] [Help]

APPS.HZ_PERSON_BO_PUB dependencies on FND_API

Line 26: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.

22: --
23: -- ARGUMENTS
24: -- IN:
25: -- p_init_msg_list Initialize message stack if it is set to
26: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
27: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate
28: -- the completeness of business object.
29: -- p_person_obj Person business object.
30: -- p_created_by_module Created by module.

Line 27: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate

23: -- ARGUMENTS
24: -- IN:
25: -- p_init_msg_list Initialize message stack if it is set to
26: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
27: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate
28: -- the completeness of business object.
29: -- p_person_obj Person business object.
30: -- p_created_by_module Created by module.
31: -- OUT:

Line 33: -- be fnd_api.g_ret_sts_success (success),

29: -- p_person_obj Person business object.
30: -- p_created_by_module Created by module.
31: -- OUT:
32: -- x_return_status Return status after the call. The status can
33: -- be fnd_api.g_ret_sts_success (success),
34: -- fnd_api.g_ret_sts_error (error),
35: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
36: -- x_msg_count Number of messages in message stack.
37: -- x_msg_data Message text if x_msg_count is 1.

Line 34: -- fnd_api.g_ret_sts_error (error),

30: -- p_created_by_module Created by module.
31: -- OUT:
32: -- x_return_status Return status after the call. The status can
33: -- be fnd_api.g_ret_sts_success (success),
34: -- fnd_api.g_ret_sts_error (error),
35: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
36: -- x_msg_count Number of messages in message stack.
37: -- x_msg_data Message text if x_msg_count is 1.
38: -- x_person_id Person ID.

Line 35: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

31: -- OUT:
32: -- x_return_status Return status after the call. The status can
33: -- be fnd_api.g_ret_sts_success (success),
34: -- fnd_api.g_ret_sts_error (error),
35: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
36: -- x_msg_count Number of messages in message stack.
37: -- x_msg_data Message text if x_msg_count is 1.
38: -- x_person_id Person ID.
39: -- x_person_os Person orig system.

Line 50: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

46: -- 14-DEC-2004 Arnold Ng Created.
47: --
48:
49: PROCEDURE create_person_bo(
50: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
51: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
52: p_person_obj IN HZ_PERSON_BO,
53: p_created_by_module IN VARCHAR2,
54: x_return_status OUT NOCOPY VARCHAR2,

Line 51: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

47: --
48:
49: PROCEDURE create_person_bo(
50: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
51: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
52: p_person_obj IN HZ_PERSON_BO,
53: p_created_by_module IN VARCHAR2,
54: x_return_status OUT NOCOPY VARCHAR2,
55: x_msg_count OUT NOCOPY NUMBER,

Line 86: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

82: * @rep:doccd 120hztig.pdf Create Person Business Object, Oracle Trading Community Architecture Technical Implementation Guide
83: */
84:
85: PROCEDURE create_person_bo(
86: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
87: p_person_obj IN HZ_PERSON_BO,
88: p_created_by_module IN VARCHAR2,
89: p_obj_source IN VARCHAR2 := NULL,
90: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,

Line 90: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,

86: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
87: p_person_obj IN HZ_PERSON_BO,
88: p_created_by_module IN VARCHAR2,
89: p_obj_source IN VARCHAR2 := NULL,
90: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
91: x_return_status OUT NOCOPY VARCHAR2,
92: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
93: x_return_obj OUT NOCOPY HZ_PERSON_BO,
94: x_person_id OUT NOCOPY NUMBER,

Line 109: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.

105: --
106: -- ARGUMENTS
107: -- IN:
108: -- p_init_msg_list Initialize message stack if it is set to
109: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
110: -- p_person_obj Person business object.
111: -- p_created_by_module Created by module.
112: -- OUT:
113: -- x_return_status Return status after the call. The status can

Line 114: -- be fnd_api.g_ret_sts_success (success),

110: -- p_person_obj Person business object.
111: -- p_created_by_module Created by module.
112: -- OUT:
113: -- x_return_status Return status after the call. The status can
114: -- be fnd_api.g_ret_sts_success (success),
115: -- fnd_api.g_ret_sts_error (error),
116: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
117: -- x_msg_count Number of messages in message stack.
118: -- x_msg_data Message text if x_msg_count is 1.

Line 115: -- fnd_api.g_ret_sts_error (error),

111: -- p_created_by_module Created by module.
112: -- OUT:
113: -- x_return_status Return status after the call. The status can
114: -- be fnd_api.g_ret_sts_success (success),
115: -- fnd_api.g_ret_sts_error (error),
116: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
117: -- x_msg_count Number of messages in message stack.
118: -- x_msg_data Message text if x_msg_count is 1.
119: -- x_person_id Person ID.

Line 116: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

112: -- OUT:
113: -- x_return_status Return status after the call. The status can
114: -- be fnd_api.g_ret_sts_success (success),
115: -- fnd_api.g_ret_sts_error (error),
116: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
117: -- x_msg_count Number of messages in message stack.
118: -- x_msg_data Message text if x_msg_count is 1.
119: -- x_person_id Person ID.
120: -- x_person_os Person orig system.

Line 132: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

128: --
129:
130:
131: PROCEDURE update_person_bo(
132: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
133: p_person_obj IN HZ_PERSON_BO,
134: p_created_by_module IN VARCHAR2,
135: x_return_status OUT NOCOPY VARCHAR2,
136: x_msg_count OUT NOCOPY NUMBER,

Line 170: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,

166: PROCEDURE update_person_bo(
167: p_person_obj IN HZ_PERSON_BO,
168: p_created_by_module IN VARCHAR2,
169: p_obj_source IN VARCHAR2 := NULL,
170: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
171: x_return_status OUT NOCOPY VARCHAR2,
172: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
173: x_return_obj OUT NOCOPY HZ_PERSON_BO,
174: x_person_id OUT NOCOPY NUMBER,

Line 189: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.

185: --
186: -- ARGUMENTS
187: -- IN:
188: -- p_init_msg_list Initialize message stack if it is set to
189: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
190: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate
191: -- the completeness of business object.
192: -- p_person_obj Person business object.
193: -- p_created_by_module Created by module.

Line 190: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate

186: -- ARGUMENTS
187: -- IN:
188: -- p_init_msg_list Initialize message stack if it is set to
189: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
190: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate
191: -- the completeness of business object.
192: -- p_person_obj Person business object.
193: -- p_created_by_module Created by module.
194: -- OUT:

Line 196: -- be fnd_api.g_ret_sts_success (success),

192: -- p_person_obj Person business object.
193: -- p_created_by_module Created by module.
194: -- OUT:
195: -- x_return_status Return status after the call. The status can
196: -- be fnd_api.g_ret_sts_success (success),
197: -- fnd_api.g_ret_sts_error (error),
198: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
199: -- x_msg_count Number of messages in message stack.
200: -- x_msg_data Message text if x_msg_count is 1.

Line 197: -- fnd_api.g_ret_sts_error (error),

193: -- p_created_by_module Created by module.
194: -- OUT:
195: -- x_return_status Return status after the call. The status can
196: -- be fnd_api.g_ret_sts_success (success),
197: -- fnd_api.g_ret_sts_error (error),
198: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
199: -- x_msg_count Number of messages in message stack.
200: -- x_msg_data Message text if x_msg_count is 1.
201: -- x_person_id Person ID.

Line 198: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

194: -- OUT:
195: -- x_return_status Return status after the call. The status can
196: -- be fnd_api.g_ret_sts_success (success),
197: -- fnd_api.g_ret_sts_error (error),
198: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
199: -- x_msg_count Number of messages in message stack.
200: -- x_msg_data Message text if x_msg_count is 1.
201: -- x_person_id Person ID.
202: -- x_person_os Person orig system.

Line 213: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

209: -- 14-DEC-2004 Arnold Ng Created.
210: --
211:
212: PROCEDURE save_person_bo(
213: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
214: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
215: p_person_obj IN HZ_PERSON_BO,
216: p_created_by_module IN VARCHAR2,
217: x_return_status OUT NOCOPY VARCHAR2,

Line 214: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

210: --
211:
212: PROCEDURE save_person_bo(
213: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
214: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
215: p_person_obj IN HZ_PERSON_BO,
216: p_created_by_module IN VARCHAR2,
217: x_return_status OUT NOCOPY VARCHAR2,
218: x_msg_count OUT NOCOPY NUMBER,

Line 254: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

250: */
251:
252:
253: PROCEDURE save_person_bo(
254: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
255: p_person_obj IN HZ_PERSON_BO,
256: p_created_by_module IN VARCHAR2,
257: p_obj_source IN VARCHAR2 := NULL,
258: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,

Line 258: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,

254: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
255: p_person_obj IN HZ_PERSON_BO,
256: p_created_by_module IN VARCHAR2,
257: p_obj_source IN VARCHAR2 := NULL,
258: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
259: x_return_status OUT NOCOPY VARCHAR2,
260: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
261: x_return_obj OUT NOCOPY HZ_PERSON_BO,
262: x_person_id OUT NOCOPY NUMBER,

Line 278: -- p_init_msg_list Initialize message stack if it is set to FND_API.G_TRUE. Default is FND_API.G_FALSE.

274: -- EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
275: --
276: -- ARGUMENTS
277: -- IN:
278: -- p_init_msg_list Initialize message stack if it is set to FND_API.G_TRUE. Default is FND_API.G_FALSE.
279: -- p_person_id Person ID.
280: -- p_person_os Person orig system.
281: -- p_person_osr Person orig system reference.
282: -- OUT:

Line 285: -- be fnd_api.g_ret_sts_success (success),

281: -- p_person_osr Person orig system reference.
282: -- OUT:
283: -- x_person_obj Logical person record.
284: -- x_return_status Return status after the call. The status can
285: -- be fnd_api.g_ret_sts_success (success),
286: -- fnd_api.g_ret_sts_error (error),
287: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
288: -- x_msg_count Number of messages in message stack.
289: -- x_msg_data Message text if x_msg_count is 1.

Line 286: -- fnd_api.g_ret_sts_error (error),

282: -- OUT:
283: -- x_person_obj Logical person record.
284: -- x_return_status Return status after the call. The status can
285: -- be fnd_api.g_ret_sts_success (success),
286: -- fnd_api.g_ret_sts_error (error),
287: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
288: -- x_msg_count Number of messages in message stack.
289: -- x_msg_data Message text if x_msg_count is 1.
290: --

Line 287: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

283: -- x_person_obj Logical person record.
284: -- x_return_status Return status after the call. The status can
285: -- be fnd_api.g_ret_sts_success (success),
286: -- fnd_api.g_ret_sts_error (error),
287: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
288: -- x_msg_count Number of messages in message stack.
289: -- x_msg_data Message text if x_msg_count is 1.
290: --
291: -- NOTES

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

333: Financial Profile N Y HZ_FINANCIAL_PROFILE
334: */
335:
336: PROCEDURE get_person_bo (
337: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
338: p_person_id IN NUMBER,
339: p_person_os IN VARCHAR2,
340: p_person_osr IN VARCHAR2,
341: x_person_obj OUT NOCOPY HZ_PERSON_BO,

Line 390: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.

386: -- ARGUMENTS
387: -- IN:
388: -- p_init_msg_list Initialize message stack if it is set to
389: -- p_event_id BES Event identifier.
390: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
391: -- OUT:
392: -- x_person_obj One or more created logical person.
393: -- x_return_status Return status after the call. The status can
394: -- be fnd_api.g_ret_sts_success (success),

Line 394: -- be fnd_api.g_ret_sts_success (success),

390: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
391: -- OUT:
392: -- x_person_obj One or more created logical person.
393: -- x_return_status Return status after the call. The status can
394: -- be fnd_api.g_ret_sts_success (success),
395: -- fnd_api.g_ret_sts_error (error),
396: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
397: -- x_msg_count Number of messages in message stack.
398: -- x_msg_data Message text if x_msg_count is 1.

Line 395: -- fnd_api.g_ret_sts_error (error),

391: -- OUT:
392: -- x_person_obj One or more created logical person.
393: -- x_return_status Return status after the call. The status can
394: -- be fnd_api.g_ret_sts_success (success),
395: -- fnd_api.g_ret_sts_error (error),
396: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
397: -- x_msg_count Number of messages in message stack.
398: -- x_msg_data Message text if x_msg_count is 1.
399: --

Line 396: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

392: -- x_person_obj One or more created logical person.
393: -- x_return_status Return status after the call. The status can
394: -- be fnd_api.g_ret_sts_success (success),
395: -- fnd_api.g_ret_sts_error (error),
396: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
397: -- x_msg_count Number of messages in message stack.
398: -- x_msg_data Message text if x_msg_count is 1.
399: --
400: -- NOTES

Line 424: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

420: */
421:
422:
423: PROCEDURE get_persons_created(
424: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
425: p_event_id IN NUMBER,
426: x_person_objs OUT NOCOPY HZ_PERSON_BO_TBL,
427: x_return_status OUT NOCOPY VARCHAR2,
428: x_msg_count OUT NOCOPY NUMBER,

Line 473: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.

469: -- ARGUMENTS
470: -- IN:
471: -- p_init_msg_list Initialize message stack if it is set to
472: -- p_event_id BES Event identifier.
473: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
474: -- OUT:
475: -- x_person_objs One or more created logical person.
476: -- x_return_status Return status after the call. The status can
477: -- be fnd_api.g_ret_sts_success (success),

Line 477: -- be fnd_api.g_ret_sts_success (success),

473: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
474: -- OUT:
475: -- x_person_objs One or more created logical person.
476: -- x_return_status Return status after the call. The status can
477: -- be fnd_api.g_ret_sts_success (success),
478: -- fnd_api.g_ret_sts_error (error),
479: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
480: -- x_msg_count Number of messages in message stack.
481: -- x_msg_data Message text if x_msg_count is 1.

Line 478: -- fnd_api.g_ret_sts_error (error),

474: -- OUT:
475: -- x_person_objs One or more created logical person.
476: -- x_return_status Return status after the call. The status can
477: -- be fnd_api.g_ret_sts_success (success),
478: -- fnd_api.g_ret_sts_error (error),
479: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
480: -- x_msg_count Number of messages in message stack.
481: -- x_msg_data Message text if x_msg_count is 1.
482: --

Line 479: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

475: -- x_person_objs One or more created logical person.
476: -- x_return_status Return status after the call. The status can
477: -- be fnd_api.g_ret_sts_success (success),
478: -- fnd_api.g_ret_sts_error (error),
479: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
480: -- x_msg_count Number of messages in message stack.
481: -- x_msg_data Message text if x_msg_count is 1.
482: --
483: -- NOTES

Line 503: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

499: them to the caller.
500: */
501:
502: PROCEDURE get_persons_updated(
503: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
504: p_event_id IN NUMBER,
505: x_person_objs OUT NOCOPY HZ_PERSON_BO_TBL,
506: x_return_status OUT NOCOPY VARCHAR2,
507: x_msg_count OUT NOCOPY NUMBER,

Line 575: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.

571: -- IN:
572: -- p_init_msg_list Initialize message stack if it is set to
573: -- p_event_id BES Event identifier.
574: -- p_person_id Person identifier.
575: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
576: -- OUT:
577: -- x_person_objs One or more created logical person.
578: -- x_return_status Return status after the call. The status can
579: -- be fnd_api.g_ret_sts_success (success),

Line 579: -- be fnd_api.g_ret_sts_success (success),

575: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
576: -- OUT:
577: -- x_person_objs One or more created logical person.
578: -- x_return_status Return status after the call. The status can
579: -- be fnd_api.g_ret_sts_success (success),
580: -- fnd_api.g_ret_sts_error (error),
581: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
582: -- x_msg_count Number of messages in message stack.
583: -- x_msg_data Message text if x_msg_count is 1.

Line 580: -- fnd_api.g_ret_sts_error (error),

576: -- OUT:
577: -- x_person_objs One or more created logical person.
578: -- x_return_status Return status after the call. The status can
579: -- be fnd_api.g_ret_sts_success (success),
580: -- fnd_api.g_ret_sts_error (error),
581: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
582: -- x_msg_count Number of messages in message stack.
583: -- x_msg_data Message text if x_msg_count is 1.
584: --

Line 581: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

577: -- x_person_objs One or more created logical person.
578: -- x_return_status Return status after the call. The status can
579: -- be fnd_api.g_ret_sts_success (success),
580: -- fnd_api.g_ret_sts_error (error),
581: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
582: -- x_msg_count Number of messages in message stack.
583: -- x_msg_data Message text if x_msg_count is 1.
584: --
585: -- NOTES

Line 597: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

593:
594: -- Get only one person object based on p_person_id and event_id
595:
596: PROCEDURE get_person_updated(
597: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
598: p_event_id IN NUMBER,
599: p_person_id IN NUMBER,
600: x_person_obj OUT NOCOPY HZ_PERSON_BO,
601: x_return_status OUT NOCOPY VARCHAR2,

Line 676: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

672: */
673:
674: -- get TCA identifiers for create event
675: PROCEDURE get_ids_persons_created (
676: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
677: p_event_id IN NUMBER,
678: x_person_ids OUT NOCOPY HZ_EXTRACT_BO_UTIL_PVT.BO_ID_TBL,
679: x_return_status OUT NOCOPY VARCHAR2,
680: x_msg_count OUT NOCOPY NUMBER,

Line 706: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

702: */
703:
704: -- get TCA identifiers for update event
705: PROCEDURE get_ids_persons_updated (
706: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
707: p_event_id IN NUMBER,
708: x_person_ids OUT NOCOPY HZ_EXTRACT_BO_UTIL_PVT.BO_ID_TBL,
709: x_return_status OUT NOCOPY VARCHAR2,
710: x_msg_count OUT NOCOPY NUMBER,

Line 715: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

711: x_msg_data OUT NOCOPY VARCHAR2
712: );
713:
714: PROCEDURE do_create_person_bo(
715: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
716: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
717: p_person_obj IN OUT NOCOPY HZ_PERSON_BO,
718: p_created_by_module IN VARCHAR2,
719: p_obj_source IN VARCHAR2 := null,

Line 716: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

712: );
713:
714: PROCEDURE do_create_person_bo(
715: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
716: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
717: p_person_obj IN OUT NOCOPY HZ_PERSON_BO,
718: p_created_by_module IN VARCHAR2,
719: p_obj_source IN VARCHAR2 := null,
720: x_return_status OUT NOCOPY VARCHAR2,

Line 729: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

725: x_person_osr OUT NOCOPY VARCHAR2
726: );
727:
728: PROCEDURE do_update_person_bo(
729: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
730: p_person_obj IN OUT NOCOPY HZ_PERSON_BO,
731: p_created_by_module IN VARCHAR2,
732: p_obj_source IN VARCHAR2 := NULL,
733: x_return_status OUT NOCOPY VARCHAR2,

Line 742: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

738: x_person_osr OUT NOCOPY VARCHAR2
739: );
740:
741: PROCEDURE do_save_person_bo(
742: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
743: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
744: p_person_obj IN OUT NOCOPY HZ_PERSON_BO,
745: p_created_by_module IN VARCHAR2,
746: p_obj_source IN VARCHAR2 := null,

Line 743: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

739: );
740:
741: PROCEDURE do_save_person_bo(
742: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
743: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
744: p_person_obj IN OUT NOCOPY HZ_PERSON_BO,
745: p_created_by_module IN VARCHAR2,
746: p_obj_source IN VARCHAR2 := null,
747: x_return_status OUT NOCOPY VARCHAR2,