DBA Data[Home] [Help]

APPS.HZ_EXTRACT_PERSON_CUST_BO_PVT dependencies on HZ_PERSON_CUST_BO_TBL

Line 136: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,

132:
133: PROCEDURE get_person_custs_created(
134: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
135: p_event_id IN NUMBER,
136: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,
137: x_return_status OUT NOCOPY VARCHAR2,
138: x_msg_count OUT NOCOPY NUMBER,
139: x_msg_data OUT NOCOPY VARCHAR2
140: );

Line 192: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,

188:
189: PROCEDURE get_person_custs_updated(
190: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
191: p_event_id IN NUMBER,
192: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,
193: x_return_status OUT NOCOPY VARCHAR2,
194: x_msg_count OUT NOCOPY NUMBER,
195: x_msg_data OUT NOCOPY VARCHAR2
196: );