DBA Data[Home] [Help]

APPS.HZ_PERSON_CUST_BO_PUB dependencies on HZ_PERSON_CUST_BO_TBL

Line 386: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,

382:
383: PROCEDURE get_person_custs_created(
384: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
385: p_event_id IN NUMBER,
386: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,
387: x_return_status OUT NOCOPY VARCHAR2,
388: x_msg_count OUT NOCOPY NUMBER,
389: x_msg_data OUT NOCOPY VARCHAR2
390: );

Line 411: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,

407: */
408:
409: PROCEDURE get_person_custs_created(
410: p_event_id IN NUMBER,
411: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,
412: x_return_status OUT NOCOPY VARCHAR2,
413: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
414: );
415:

Line 465: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,

461:
462: PROCEDURE get_person_custs_updated(
463: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
464: p_event_id IN NUMBER,
465: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,
466: x_return_status OUT NOCOPY VARCHAR2,
467: x_msg_count OUT NOCOPY NUMBER,
468: x_msg_data OUT NOCOPY VARCHAR2
469: );

Line 514: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,

510: */
511:
512: PROCEDURE get_person_custs_updated(
513: p_event_id IN NUMBER,
514: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,
515: x_return_status OUT NOCOPY VARCHAR2,
516: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
517: );
518: