DBA Data[Home] [Help]

APPS.CE_BANK_ACCT_BALANCE_REPORT dependencies on XMLAGG

Line 1113: xmlagg(xmlelement("BankAccount",

1109: xmlelement("FromDate", to_char(to_date(p_from_date, 'YYYY/MM/DD HH24:MI:SS'))),
1110: xmlelement("ToDate", to_char(to_date(p_to_date, 'YYYY/MM/DD HH24:MI:SS'))),
1111: xmlelement("ExchangeRateType", p_exchange_rate_type),
1112: xmlelement("ExchangeRateDate", l_exchange_rate_date),
1113: xmlagg(xmlelement("BankAccount",
1114: xmlforest(ba.BANK_ACCOUNT_ID as "BankAccountID",
1115: ba.BANK_ACCOUNT_NAME as "BankAccountName",
1116: ba.BANK_ACCOUNT_NUM as "BankAccountNum",
1117: ba.ACCOUNT_OWNER_ORG_ID as "LegalEntity",

Line 1291: xmlagg(xmlelement("BankAccount",

1287: xmlelement("ReportDate", sysdate),
1288: xmlelement("FromDate", to_char(to_date(p_from_date, 'YYYY/MM/DD HH24:MI:SS'))),
1289: xmlelement("ToDate", to_char(to_date(p_to_date, 'YYYY/MM/DD HH24:MI:SS'))),
1290: xmlelement("ActualBalanceType", l_balance_type_meaning),
1291: xmlagg(xmlelement("BankAccount",
1292: xmlforest(a.BANK_ACCOUNT_ID as "BankAccountID",
1293: a.BANK_ACCOUNT_NAME as "BankAccountName",
1294: a.BANK_ACCOUNT_NUM as "BankAccountNum",
1295: a.ACCOUNT_OWNER_ORG_ID as "LegalEntity",