How to extend ar-trx to show additional fields?
Example: Need to show hz_parties.party_type for bill_to_customer_id to ar-trx dataset.
I am following steps in Advanced Extensibility> Extend an Existing Data Set (Oracle E-Business Suite Extending Enterprise Command Centers)
What I have done:
- backed up existing application
- created xxx_ari_ecc_trx_v view based on ari_ecc_trx_v
- updated xxx_ari_ecc_trx_v to show hz_parties.party_type
Not sure about the next step. Do I,
- Create XXX_AR_ECC_UTIL_PVT (copy of AR_ECC_UTIL_PVT) plsql package and body, replace ari_ecc_trx_v with xxx_ari_ecc_trx_v and display party_type in l_ar_installments and li_ar_installments in get_ecc_data_load_info procedure