DBA Data[Home] [Help]

APPS.HZ_EXTRACT_PERSON_CUST_BO_PVT dependencies on HZ_PERSON_CUST_V2_BO

Line 78: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,

74: PROCEDURE get_person_cust_v2_bo(
75: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
76: p_person_id IN NUMBER,
77: p_action_type IN VARCHAR2 := NULL,
78: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,
79: x_return_status OUT NOCOPY VARCHAR2,
80: x_msg_count OUT NOCOPY NUMBER,
81: x_msg_data OUT NOCOPY VARCHAR2
82: );

Line 292: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,

288:
289: PROCEDURE get_v2_person_custs_created(
290: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
291: p_event_id IN NUMBER,
292: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,
293: x_return_status OUT NOCOPY VARCHAR2,
294: x_msg_count OUT NOCOPY NUMBER,
295: x_msg_data OUT NOCOPY VARCHAR2
296: );

Line 306: --the procedure returns database objects of the type HZ_PERSON_CUST_V2_BO for all of

302: -- PROCEDURE get_v2_person_custs_updated
303: --
304: -- DESCRIPTION
305: --The caller provides an identifier for the Person Customers update business event and
306: --the procedure returns database objects of the type HZ_PERSON_CUST_V2_BO for all of
307: --the Person Customer business objects from the business event.
308:
309: --
310: -- EXTERNAL PROCEDURES/FUNCTIONS ACCESSED

Line 340: objects of the type HZ_PERSON_CUST_V2_BO for all of the Person Customer business objects from the business event.

336: The Get Person Customers Updated procedure is a service to retrieve all of the Person Customer business objects whose
337: updates have been captured by the logical business event. Each Person Customers Updated business event signifies that
338: one or more Person Customer business objects have been updated.
339: The caller provides an identifier for the Person Customers Update business event and the procedure returns database
340: objects of the type HZ_PERSON_CUST_V2_BO for all of the Person Customer business objects from the business event.
341: Gathering all of the returned database objects from those API calls, the procedure packages them in a table structure
342: and returns them to the caller.
343: */
344:

Line 348: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,

344:
345: PROCEDURE get_v2_person_custs_updated(
346: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
347: p_event_id IN NUMBER,
348: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,
349: x_return_status OUT NOCOPY VARCHAR2,
350: x_msg_count OUT NOCOPY NUMBER,
351: x_msg_data OUT NOCOPY VARCHAR2
352: );

Line 360: --the procedure returns one database object of the type HZ_PERSON_CUST_V2_BO

356: -- PROCEDURE get_v2_person_cust_updated
357: --
358: -- DESCRIPTION
359: --The caller provides an identifier for the Person customer update business event and person id
360: --the procedure returns one database object of the type HZ_PERSON_CUST_V2_BO
361: --
362: -- EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
363: --
364: -- ARGUMENTS

Line 390: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,

386: PROCEDURE get_v2_person_cust_updated(
387: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
388: p_event_id IN NUMBER,
389: p_person_cust_id IN NUMBER,
390: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,
391: x_return_status OUT NOCOPY VARCHAR2,
392: x_msg_count OUT NOCOPY NUMBER,
393: x_msg_data OUT NOCOPY VARCHAR2
394: );