DBA Data[Home] [Help]

APPS.JAI_JAR_TRXS_TRIGGER_PKG dependencies on JAI_AR_TRXS

Line 366: exactly matches the jai_om_wsh_lines_all.delivery_detail_id and jai_ar_trxs.customer_trx_id the tracking of the source

362: The cess amt and source would be populated from jai_jar_t_aru_t1 (Source -> 'AR' ) and
363: as 'WSH' from jai_om_wsh.plb procedure Shipment.
364: Corresponding changes have been done in the form JAINIRGI.fmb and JAFRMRG1.rdf .
365: For shipment and Ar receivable transaction currently the transaction_id is 33 and in some cases where the jai_cmn_rg_i_trxs.ref_doc_id
366: exactly matches the jai_om_wsh_lines_all.delivery_detail_id and jai_ar_trxs.customer_trx_id the tracking of the source
367: becomes very difficult hence to have a clear demarcation between WSh and AR sources hence the source field has been added.
368:
369: Added 2 new parametes p_cess_amt and p_source to jai_om_rg_pkg.ja_in_rg_i_entry package.
370: This has been populated from this and jai_om_wsh_pkg.process_delivery procedure.

Line 414: the change is being reflected in the JAI_AR_TRXS table.

410: 2. Package jai_jar_t.plb - In the call to the ja_in_register_txn_entry procedure
411: added the parameter called p_currency_code.
412:
413: 3. Package - jai_ract_trg_pkg - When a change is done in the invoice currency code from the front end
414: the change is being reflected in the JAI_AR_TRXS table.
415:
416: Future Dependency due to this Bug
417: ------------------------
418: YES - A new parameter is added to the procedure - ja_in_register_txn_entry in the package jai_om_rg_pkg.