DBA Data[Home] [Help]

APPS.HZ_EXTRACT_ORG_CUST_BO_PVT dependencies on HZ_ORG_CUST_V2_BO

Line 254: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,

250: PROCEDURE get_org_cust_v2_bo(
251: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
252: p_organization_id IN NUMBER,
253: p_action_type IN VARCHAR2 := NULL,
254: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,
255: x_return_status OUT NOCOPY VARCHAR2,
256: x_msg_count OUT NOCOPY NUMBER,
257: x_msg_data OUT NOCOPY VARCHAR2
258: );

Line 312: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,

308:
309: PROCEDURE get_v2_org_custs_created(
310: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
311: p_event_id IN NUMBER,
312: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,
313: x_return_status OUT NOCOPY VARCHAR2,
314: x_msg_count OUT NOCOPY NUMBER,
315: x_msg_data OUT NOCOPY VARCHAR2
316: );

Line 326: --the procedure returns database objects of the type HZ_ORG_CUST_V2_BO for all of

322: -- PROCEDURE get_v2_org_custs_updated
323: --
324: -- DESCRIPTION
325: --The caller provides an identifier for the Organization Customers update business event and
326: --the procedure returns database objects of the type HZ_ORG_CUST_V2_BO for all of
327: --the Organization Customer business objects from the business event.
328:
329: --
330: -- EXTERNAL PROCEDURES/FUNCTIONS ACCESSED

Line 360: database objects of the type HZ_ORG_CUST_V2_BO for all of the Organization Customer business objects from the business event.

356: The Get Organization Customers Updated procedure is a service to retrieve all of the Organization Customer business
357: objects whose updates have been captured by the logical business event. Each Organization Customers Updated business
358: event signifies that one or more Organization Customer business objects have been updated.
359: The caller provides an identifier for the Organization Customers Update business event and the procedure returns
360: database objects of the type HZ_ORG_CUST_V2_BO for all of the Organization Customer business objects from the business event.
361: Gathering all of the returned database objects from those API calls, the procedure packages them in a table structure
362: and returns them to the caller.
363: */
364:

Line 368: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,

364:
365: PROCEDURE get_v2_org_custs_updated(
366: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
367: p_event_id IN NUMBER,
368: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,
369: x_return_status OUT NOCOPY VARCHAR2,
370: x_msg_count OUT NOCOPY NUMBER,
371: x_msg_data OUT NOCOPY VARCHAR2
372: );

Line 378: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,

374: PROCEDURE get_v2_org_cust_updated(
375: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
376: p_event_id IN NUMBER,
377: p_org_cust_id IN NUMBER,
378: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,
379: x_return_status OUT NOCOPY VARCHAR2,
380: x_msg_count OUT NOCOPY NUMBER,
381: x_msg_data OUT NOCOPY VARCHAR2
382: );