DBA Data[Home] [Help]

APPS.CE_BANK_ACCT_BALANCE_REPORT dependencies on XMLAGG

Line 1082: xmlagg(xmlelement("BankAccount",

1078: xmlelement("FromDate", to_char(to_date(p_from_date, 'YYYY/MM/DD HH24:MI:SS'))),
1079: xmlelement("ToDate", to_char(to_date(p_to_date, 'YYYY/MM/DD HH24:MI:SS'))),
1080: xmlelement("ExchangeRateType", p_exchange_rate_type),
1081: xmlelement("ExchangeRateDate", l_exchange_rate_date),
1082: xmlagg(xmlelement("BankAccount",
1083: xmlforest(ba.BANK_ACCOUNT_ID as "BankAccountID",
1084: ba.BANK_ACCOUNT_NAME as "BankAccountName",
1085: ba.BANK_ACCOUNT_NUM as "BankAccountNum",
1086: ba.ACCOUNT_OWNER_ORG_ID as "LegalEntity",

Line 1260: xmlagg(xmlelement("BankAccount",

1256: xmlelement("ReportDate", sysdate),
1257: xmlelement("FromDate", to_char(to_date(p_from_date, 'YYYY/MM/DD HH24:MI:SS'))),
1258: xmlelement("ToDate", to_char(to_date(p_to_date, 'YYYY/MM/DD HH24:MI:SS'))),
1259: xmlelement("ActualBalanceType", l_balance_type_meaning),
1260: xmlagg(xmlelement("BankAccount",
1261: xmlforest(ba.BANK_ACCOUNT_ID as "BankAccountID",
1262: ba.BANK_ACCOUNT_NAME as "BankAccountName",
1263: ba.BANK_ACCOUNT_NUM as "BankAccountNum",
1264: ba.ACCOUNT_OWNER_ORG_ID as "LegalEntity",