DBA Data[Home] [Help]

APPS.HZ_PERSON_CUST_BO_PUB dependencies on HZ_PERSON_CUST_V2_BO

Line 672: * specifically for the API. The object type is HZ_PERSON_CUST_V2_BO for the Person Customer business object. In addition to

668:
669: /*#
670: * Create Person Customer Business Object (create_person_cust_v2_bo)
671: * Creates a Person Customer business object. You pass object data to the procedure, packaged within an object type defined
672: * specifically for the API. The object type is HZ_PERSON_CUST_V2_BO for the Person Customer business object. In addition to
673: * the object's business object attributes, the object type also includes lower-level embedded child entities or objects
674: * that can be simultaneously created.
675: *
676: * @param p_validate_bo_flag Indicates if the passed business object is to be validated for completeness. Default value: true

Line 693: p_person_cust_v2_obj IN HZ_PERSON_CUST_V2_BO,

689: */
690:
691: PROCEDURE create_person_cust_v2_bo(
692: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
693: p_person_cust_v2_obj IN HZ_PERSON_CUST_V2_BO,
694: p_created_by_module IN VARCHAR2,
695: p_obj_source IN VARCHAR2 := null,
696: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
697: x_return_status OUT NOCOPY VARCHAR2,

Line 699: x_return_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,

695: p_obj_source IN VARCHAR2 := null,
696: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
697: x_return_status OUT NOCOPY VARCHAR2,
698: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
699: x_return_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,
700: x_person_id OUT NOCOPY NUMBER
701: );
702:
703: /*#

Line 706: * type defined specifically for the API. The object type is HZ_PERSON_CUST_V2_BO for the Person Customer business object.

702:
703: /*#
704: * Update Person Customer Business Object (update_person_cust_v2_bo)
705: * Updates a Person Customer business object. You pass any modified object data to the procedure, packaged within an object
706: * type defined specifically for the API. The object type is HZ_PERSON_CUST_V2_BO for the Person Customer business object.
707: * In addition to the object's business object attributes, the object type also includes embedded child business entities
708: * or objects that can be simultaneously created or updated.
709: *
710: * @param p_person_cust_v2_obj The Person Customer business object to be updated

Line 726: p_person_cust_v2_obj IN HZ_PERSON_CUST_V2_BO,

722: */
723:
724:
725: PROCEDURE update_person_cust_v2_bo(
726: p_person_cust_v2_obj IN HZ_PERSON_CUST_V2_BO,
727: p_created_by_module IN VARCHAR2,
728: p_obj_source IN VARCHAR2 := null,
729: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
730: x_return_status OUT NOCOPY VARCHAR2,

Line 732: x_return_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,

728: p_obj_source IN VARCHAR2 := null,
729: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
730: x_return_status OUT NOCOPY VARCHAR2,
731: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
732: x_return_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,
733: x_person_id OUT NOCOPY NUMBER
734: );
735:
736: /*#

Line 740: * identification information, and creates or updates the object. The object type is HZ_PERSON_CUST_V2_BO for the Person Customer

736: /*#
737: * Save Person Customer Business Object (save_person_cust_v2_bo)
738: * Saves a Person Customer business object. You pass new or modified object data to the procedure, packaged within an object
739: * type defined specifically for the API. The API then determines if the object exists in TCA, based upon the provided
740: * identification information, and creates or updates the object. The object type is HZ_PERSON_CUST_V2_BO for the Person Customer
741: * business object. For either case, the object type that you provide will be processed as if the respective API procedure
742: * is being called (create_person_cust_v2_bo or update_person_cust_v2_bo). Please see those procedures for more details.
743: * In addition to the object's business object attributes, the object type also includes embedded child business entities
744: * or objects that can be simultaneously created or updated.

Line 764: p_person_cust_v2_obj IN HZ_PERSON_CUST_V2_BO,

760:
761:
762: PROCEDURE save_person_cust_v2_bo(
763: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
764: p_person_cust_v2_obj IN HZ_PERSON_CUST_V2_BO,
765: p_created_by_module IN VARCHAR2,
766: p_obj_source IN VARCHAR2 := null,
767: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
768: x_return_status OUT NOCOPY VARCHAR2,

Line 770: x_return_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,

766: p_obj_source IN VARCHAR2 := null,
767: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
768: x_return_status OUT NOCOPY VARCHAR2,
769: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
770: x_return_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,
771: x_person_id OUT NOCOPY NUMBER
772: );
773:
774: --------------------------------------

Line 831: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,

827: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
828: p_person_id IN NUMBER,
829: p_person_os IN VARCHAR2,
830: p_person_osr IN VARCHAR2,
831: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,
832: x_return_status OUT NOCOPY VARCHAR2,
833: x_msg_count OUT NOCOPY NUMBER,
834: x_msg_data OUT NOCOPY VARCHAR2
835: );

Line 859: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,

855: PROCEDURE get_person_cust_v2_bo(
856: p_person_id IN NUMBER,
857: p_person_os IN VARCHAR2,
858: p_person_osr IN VARCHAR2,
859: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,
860: x_return_status OUT NOCOPY VARCHAR2,
861: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
862: );
863:

Line 917: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,

913:
914: PROCEDURE get_v2_person_custs_created(
915: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
916: p_event_id IN NUMBER,
917: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,
918: x_return_status OUT NOCOPY VARCHAR2,
919: x_msg_count OUT NOCOPY NUMBER,
920: x_msg_data OUT NOCOPY VARCHAR2
921: );

Line 942: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,

938: */
939:
940: PROCEDURE get_v2_person_custs_created(
941: p_event_id IN NUMBER,
942: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,
943: x_return_status OUT NOCOPY VARCHAR2,
944: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
945: );
946:

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

950: -- PROCEDURE get_v2_person_custs_updated
951: --
952: -- DESCRIPTION
953: --The caller provides an identifier for the Person Customers update business event and
954: --the procedure returns database objects of the type HZ_PERSON_CUST_V2_BO for all of
955: --the Person Customer business objects from the business event.
956:
957: --
958: -- EXTERNAL PROCEDURES/FUNCTIONS ACCESSED

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

984: The Get Person Customers Updated procedure is a service to retrieve all of the Person Customer business objects whose updates
985: have been captured by the logical business event. Each Person Customers Updated business event signifies that one or more Person
986: Customer business objects have been updated.
987: The caller provides an identifier for the Person Customers Update business event and the procedure returns database objects of
988: the type HZ_PERSON_CUST_V2_BO for all of the Person Customer business objects from the business event.
989: Gathering all of the returned database objects from those API calls, the procedure packages them in a table structure and returns
990: them to the caller.
991: */
992:

Line 996: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,

992:
993: PROCEDURE get_v2_person_custs_updated(
994: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
995: p_event_id IN NUMBER,
996: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,
997: x_return_status OUT NOCOPY VARCHAR2,
998: x_msg_count OUT NOCOPY NUMBER,
999: x_msg_data OUT NOCOPY VARCHAR2
1000: );

Line 1046: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,

1042: */
1043:
1044: PROCEDURE get_v2_person_custs_updated(
1045: p_event_id IN NUMBER,
1046: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,
1047: x_return_status OUT NOCOPY VARCHAR2,
1048: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
1049: );
1050:

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

1053: -- PROCEDURE get_v2_person_cust_updated
1054: --
1055: -- DESCRIPTION
1056: --The caller provides an identifier for the Person customer update business event and person id
1057: --the procedure returns one database object of the type HZ_PERSON_CUST_V2_BO
1058: --
1059: -- EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
1060: --
1061: -- ARGUMENTS

Line 1087: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,

1083: PROCEDURE get_v2_person_cust_updated(
1084: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
1085: p_event_id IN NUMBER,
1086: p_person_cust_id IN NUMBER,
1087: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,
1088: x_return_status OUT NOCOPY VARCHAR2,
1089: x_msg_count OUT NOCOPY NUMBER,
1090: x_msg_data OUT NOCOPY VARCHAR2
1091: );

Line 1137: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,

1133:
1134: PROCEDURE get_v2_person_cust_updated(
1135: p_event_id IN NUMBER,
1136: p_person_cust_id IN NUMBER,
1137: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,
1138: x_return_status OUT NOCOPY VARCHAR2,
1139: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
1140: );
1141: