DBA Data[Home] [Help]

APPS.JAI_AP_MATCH_TAX_PROC_PKG dependencies on FND_CURRENCIES

Line 1626: cursor c_fnd_curr_precision(cp_currency_code fnd_currencies.currency_code%type) is

1622: where jrcvt.parent_transaction_id = cp_rcv_transaction_id
1623: and jrcvt.organization_id = cp_organization_id
1624: and jrcvt.shipment_header_id = cp_shipment_header_id
1625: and jrcvt.transaction_type = cp_txn_type ;
1626: cursor c_fnd_curr_precision(cp_currency_code fnd_currencies.currency_code%type) is
1627: select precision
1628: from fnd_currencies
1629: where currency_code = cp_currency_code;
1630:

Line 1628: from fnd_currencies

1624: and jrcvt.shipment_header_id = cp_shipment_header_id
1625: and jrcvt.transaction_type = cp_txn_type ;
1626: cursor c_fnd_curr_precision(cp_currency_code fnd_currencies.currency_code%type) is
1627: select precision
1628: from fnd_currencies
1629: where currency_code = cp_currency_code;
1630:
1631:
1632: ln_po_dist_id NUMBER;