DBA Data[Home] [Help]

APPS.JAI_AP_STND_TAX_PROCESS dependencies on AP_INVOICE_DISTRIBUTIONS_S

Line 715: , ap_invoice_distributions_s.NEXTVAL --invoice_distribution_id

711: , mrc_receipt_conversion_rate
712: , credit_card_trx_id
713: , dist_match_type
714: , rcv_transaction_id
715: , ap_invoice_distributions_s.NEXTVAL --invoice_distribution_id
716: , parent_reversal_id
717: , tax_recoverable_flag
718: , pa_cc_ar_invoice_id
719: , pa_cc_ar_invoice_line_num

Line 5002: ap_invoice_distributions_s.NEXTVAL

4998: , pv_tax_type => lv_tax_type
4999: );
5000:
5001: SELECT
5002: ap_invoice_distributions_s.NEXTVAL
5003: INTO
5004: ln_inv_dist_id
5005: FROM DUAL;
5006:

Line 5201: ap_invoice_distributions_s.NEXTVAL

5197: , pv_tax_type => lv_tax_type
5198: );
5199:
5200: SELECT
5201: ap_invoice_distributions_s.NEXTVAL
5202: INTO
5203: ln_inv_dist_id
5204: FROM DUAL;
5205:

Line 5348: ap_invoice_distributions_s.NEXTVAL

5344: , pv_tax_type => lv_tax_type
5345: );
5346:
5347: SELECT
5348: ap_invoice_distributions_s.NEXTVAL
5349: INTO
5350: ln_inv_dist_id
5351: FROM DUAL;
5352: