DBA Data[Home] [Help]

APPS.HZ_ORG_CUST_BO_PUB dependencies on HZ_ORG_CUST_V2_BO

Line 652: * defined specifically for the API. The object type is HZ_org_cust_v2_bo for the Organization Customer business object.

648:
649: /*#
650: * Create Organization Customer Business Object (create_org_cust_v2_bo)
651: * Creates a Organization Customer business object. You pass object data to the procedure, packaged within an object type
652: * defined specifically for the API. The object type is HZ_org_cust_v2_bo for the Organization Customer business object.
653: * In addition to the object's business object attributes, the object type also includes lower-level embedded child entities
654: * or objects that can be simultaneously created.
655: *
656: * @param p_return_obj_flag Indicates if the created object is to be returned to the caller as an output parameter. Default value: false

Line 672: p_org_cust_v2_obj IN HZ_org_cust_v2_bo,

668: * @rep:doccd 120hztig.pdf Create Organization Customer Business Object, Oracle Trading Community Architecture Technical Implementation Guide
669: */
670: PROCEDURE create_org_cust_v2_bo(
671: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
672: p_org_cust_v2_obj IN HZ_org_cust_v2_bo,
673: p_created_by_module IN VARCHAR2,
674: p_obj_source IN VARCHAR2 := null,
675: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
676: x_return_status OUT NOCOPY VARCHAR2,

Line 678: x_return_obj OUT NOCOPY HZ_org_cust_v2_bo,

674: p_obj_source IN VARCHAR2 := null,
675: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
676: x_return_status OUT NOCOPY VARCHAR2,
677: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
678: x_return_obj OUT NOCOPY HZ_org_cust_v2_bo,
679: x_organization_id OUT NOCOPY NUMBER
680: );
681:
682: -- PROCEDURE update_org_cust_v2_bo

Line 714: * an object type defined specifically for the API. The object type is HZ_org_cust_v2_bo for the Organization Customer

710:
711: /*#
712: * Update Organization Customer Business Object (update_org_cust_v2_bo)
713: * Updates a Organization Customer business object. You pass any modified object data to the procedure, packaged within
714: * an object type defined specifically for the API. The object type is HZ_org_cust_v2_bo for the Organization Customer
715: * business object. In addition to the object's business object attributes, the object type also includes embedded child
716: * business entities or objects that can be simultaneously created or updated.
717: *
718: * @param p_return_obj_flag Indicates if the updated object is to be returned to the caller as an output parameter. Default value: false

Line 732: p_org_cust_v2_obj IN HZ_org_cust_v2_bo,

728: * @rep:displayname Update Organization Customer Business Object
729: * @rep:doccd 120hztig.pdf Update Organization Customer Business Object, Oracle Trading Community Architecture Technical Implementation Guide
730: */
731: PROCEDURE update_org_cust_v2_bo(
732: p_org_cust_v2_obj IN HZ_org_cust_v2_bo,
733: p_created_by_module IN VARCHAR2,
734: p_obj_source IN VARCHAR2 := null,
735: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
736: x_return_status OUT NOCOPY VARCHAR2,

Line 738: x_return_obj OUT NOCOPY HZ_org_cust_v2_bo,

734: p_obj_source IN VARCHAR2 := null,
735: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
736: x_return_status OUT NOCOPY VARCHAR2,
737: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
738: x_return_obj OUT NOCOPY HZ_org_cust_v2_bo,
739: x_organization_id OUT NOCOPY NUMBER
740: );
741:
742: -- PROCEDURE save_org_cust_v2_bo

Line 776: * provided identification information, and creates or updates the object. The object type is HZ_org_cust_v2_bo for the

772: /*#
773: * Save Organization Customer Business Object (save_org_cust_v2_bo)
774: * Saves a Organization Customer business object. You pass new or modified object data to the procedure, packaged within
775: * an object type defined specifically for the API. The API then determines if the object exists in TCA, based upon the
776: * provided identification information, and creates or updates the object. The object type is HZ_org_cust_v2_bo for the
777: * Organization Customer business object. For either case, the object type that you provide will be processed as if the
778: * respective API procedure is being called (create_org_cust_v2_bo or update_org_cust_v2_bo). Please see those procedures for
779: * more details. In addition to the object's business object attributes, the object type also includes embedded child
780: * business entities or objects that can be simultaneously created or updated.

Line 798: p_org_cust_v2_obj IN HZ_org_cust_v2_bo,

794: * @rep:doccd 120hztig.pdf Save Organization Customer Business Object, Oracle Trading Community Architecture Technical Implementation Guide
795: */
796: PROCEDURE save_org_cust_v2_bo(
797: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
798: p_org_cust_v2_obj IN HZ_org_cust_v2_bo,
799: p_created_by_module IN VARCHAR2,
800: p_obj_source IN VARCHAR2 := null,
801: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
802: x_return_status OUT NOCOPY VARCHAR2,

Line 804: x_return_obj OUT NOCOPY HZ_org_cust_v2_bo,

800: p_obj_source IN VARCHAR2 := null,
801: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
802: x_return_status OUT NOCOPY VARCHAR2,
803: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
804: x_return_obj OUT NOCOPY HZ_org_cust_v2_bo,
805: x_organization_id OUT NOCOPY NUMBER
806: );
807:
808:

Line 866: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,

862: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
863: p_organization_id IN NUMBER,
864: p_organization_os IN VARCHAR2,
865: p_organization_osr IN VARCHAR2,
866: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,
867: x_return_status OUT NOCOPY VARCHAR2,
868: x_msg_count OUT NOCOPY NUMBER,
869: x_msg_data OUT NOCOPY VARCHAR2
870: );

Line 892: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,

888: PROCEDURE get_org_cust_v2_bo(
889: p_organization_id IN NUMBER,
890: p_organization_os IN VARCHAR2,
891: p_organization_osr IN VARCHAR2,
892: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,
893: x_return_status OUT NOCOPY VARCHAR2,
894: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
895: );
896:

Line 948: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,

944:
945: PROCEDURE get_v2_org_custs_created(
946: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
947: p_event_id IN NUMBER,
948: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,
949: x_return_status OUT NOCOPY VARCHAR2,
950: x_msg_count OUT NOCOPY NUMBER,
951: x_msg_data OUT NOCOPY VARCHAR2
952: );

Line 972: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,

968: * @rep:doccd 120hztig.pdf Get Business Object API Procedures, Oracle Trading Community Architecture Technical Implementation Guide
969: */
970: PROCEDURE get_v2_org_custs_created(
971: p_event_id IN NUMBER,
972: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,
973: x_return_status OUT NOCOPY VARCHAR2,
974: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
975: );
976:

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

979: -- PROCEDURE get_v2_org_custs_updated
980: --
981: -- DESCRIPTION
982: --The caller provides an identifier for the Organization Customers update business event and
983: --the procedure returns database objects of the type HZ_ORG_CUST_V2_BO for all of
984: --the Organization Customer business objects from the business event.
985:
986: --
987: -- EXTERNAL PROCEDURES/FUNCTIONS ACCESSED

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

1013: The Get Organization Customers Updated procedure is a service to retrieve all of the Organization Customer business objects
1014: whose updates have been captured by the logical business event. Each Organization Customers Updated business event signifies
1015: that one or more Organization Customer business objects have been updated.
1016: The caller provides an identifier for the Organization Customers Update business event and the procedure returns database
1017: objects of the type HZ_ORG_CUST_V2_BO for all of the Organization Customer business objects from the business event.
1018: Gathering all of the returned database objects from those API calls, the procedure packages them in a table structure and returns
1019: them to the caller.
1020: */
1021: PROCEDURE get_v2_org_custs_updated(

Line 1024: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,

1020: */
1021: PROCEDURE get_v2_org_custs_updated(
1022: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
1023: p_event_id IN NUMBER,
1024: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,
1025: x_return_status OUT NOCOPY VARCHAR2,
1026: x_msg_count OUT NOCOPY NUMBER,
1027: x_msg_data OUT NOCOPY VARCHAR2
1028: );

Line 1072: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,

1068: * @rep:doccd 120hztig.pdf Get Updated Business Object Procedures, Oracle Trading Community Architecture Technical Implementation Guide
1069: */
1070: PROCEDURE get_v2_org_custs_updated(
1071: p_event_id IN NUMBER,
1072: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,
1073: x_return_status OUT NOCOPY VARCHAR2,
1074: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
1075: );
1076:

Line 1081: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,

1077: PROCEDURE get_v2_org_cust_updated(
1078: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
1079: p_event_id IN NUMBER,
1080: p_org_cust_id IN NUMBER,
1081: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,
1082: x_return_status OUT NOCOPY VARCHAR2,
1083: x_msg_count OUT NOCOPY NUMBER,
1084: x_msg_data OUT NOCOPY VARCHAR2
1085: );

Line 1131: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,

1127: */
1128: PROCEDURE get_v2_org_cust_updated(
1129: p_event_id IN NUMBER,
1130: p_org_cust_id IN NUMBER,
1131: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,
1132: x_return_status OUT NOCOPY VARCHAR2,
1133: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
1134: );
1135: