Performance issue while using Group Filter in XML Data Template?
Hi All,
I am using Group Filter in XML Data Template in BI Publisher in EBS.
<group name="G_inv_term" dataType="varchar2" source="Q_invoice" groupFilter="XXARINVXML.g_inv_termgroupfilter(:G_invoice.CUSTOMER_TRX_ID, :G_invoice.TERM_COUNT, :G_inv_term.TERM_RELATIVE_AMOUNT,:G_inv_term.TERM_SEQUENCE_NUMBER,:G_invoice.TRX_TYPE,:G_invoice.PRINTING_ORIGINAL_DATE,:TERM_COUNT,:G_invoice.PRINTING_COUNT)">
Consists of one or more <element> elements and sub <group> elements.Attributes:
- name (Required) - the XML tag name to be assigned to the group.
- source (Required) - the unique query identifier for the corresponding sqlstatement from which the group's elements will be derived.