DBA Data[Home] [Help]

APPS.AR_GTA_REPORTS_PKG dependencies on XMLAGG

Line 455: , Xmlagg(Xmlelement("GTInvoice",Xmlforest

451:
452: -- get GT invoices XML data for a given ar transaction
453: SELECT Xmlelement("GTInvoices",
454: Xmlconcat(Xmlelement("Count",l_count)
455: , Xmlagg(Xmlelement("GTInvoice",Xmlforest
456: ( Gt_Invoice_Number AS "InvoiceNo"
457: , ar_gta_trx_util.To_Xsd_Date_String(Gt_Invoice_Date) AS "Date"
458: , Bill_To_Customer_Name AS "Customer"
459: , Gt_Invoice_Net_Amount AS "Amount"

Line 5661: , Xmlagg(Xmlelement("ConsolidatedInvoice"

5657: , 'enter procedure');
5658: END IF; --(l_proc_level>=l_dbg_level)
5659:
5660: SELECT Xmlelement("ConsolidatedInvoices"
5661: , Xmlagg(Xmlelement("ConsolidatedInvoice"
5662: ,Xmlforest(jgtha.RA_GL_PERIOD AS "ConsolidatedGLPeriod"
5663: ,jgtha.GTA_TRX_NUMBER AS "ConsolidatedTrxNum"
5664: ,jgtha.RA_TRX_NUMBER AS "ARTrxNum"
5665: ,rctt.NAME AS "ARTrxType"