DBA Data[Home] [Help]

APPS.HZ_EXTRACT_PERSON_CUST_BO_PVT dependencies on HZ_PERSON_CUST_BO_TBL

Line 278: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,

274:
275: PROCEDURE get_person_custs_created(
276: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
277: p_event_id IN NUMBER,
278: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,
279: x_return_status OUT NOCOPY VARCHAR2,
280: x_msg_count OUT NOCOPY NUMBER,
281: x_msg_data OUT NOCOPY VARCHAR2
282: ) is

Line 320: x_person_cust_objs := HZ_PERSON_CUST_BO_TBL();

316: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
317: RAISE FND_API.G_EXC_ERROR;
318: END IF;
319:
320: x_person_cust_objs := HZ_PERSON_CUST_BO_TBL();
321: l_child_operation_flag:= get_person_operation_type(p_event_id);
322:
323: if L_CHILD_OPERATION_FLAG = 'I'
324: then

Line 509: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,

505:
506: PROCEDURE get_person_custs_updated(
507: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
508: p_event_id IN NUMBER,
509: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,
510: x_return_status OUT NOCOPY VARCHAR2,
511: x_msg_count OUT NOCOPY NUMBER,
512: x_msg_data OUT NOCOPY VARCHAR2
513: ) is

Line 551: x_person_cust_objs := HZ_PERSON_CUST_BO_TBL();

547: END IF;
548:
549: -- call event API get_person_cust_updated for each id.
550:
551: x_person_cust_objs := HZ_PERSON_CUST_BO_TBL();
552:
553: for i in 1..l_obj_root_ids.count loop
554:
555: x_person_cust_objs.extend;