Package gb_xml_generator XML Generator package that generates xml from the cache corresponding to the business entities registered with gb_event package. |
Program units |
p_generate | Generates XML from the entities registerd with the gb_event package. |
p_generate
PROCEDURE p_generate(p_operation_cache entityoperation_nt, p_oracle_scn VARCHAR2, p_vpd_institution VARCHAR2, p_xml_inout IN OUT NOCOPY CLOB, p_message_id NUMBER)
Generates XML from the entities registerd with the gb_event package.
Parameters |
p_operation_cache |
Oracle collection object(nested table) of type EntityOperation. | |
p_oracle_scn |
System change number for the transaction. | |
p_vpd_institution |
The VPD Institution name. | |
p_xml |
XML data to be published to AQ destination. |