DBA Data[Home] [Help]

APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on ARP_STANDARD

Line 2252: arp_standard.find_previous_trx_line_id(

2248: IF tax_info_rec.credit_memo_flag and
2249: p_appl_short_name = 'AR'
2250: THEN
2251:
2252: arp_standard.find_previous_trx_line_id(
2253: tax_info_rec.customer_trx_line_id,
2254: tax_info_rec.tax_line_number,
2255: tax_info_rec.vat_tax_id,
2256: prev_ctid, prev_ctlid);

Line 2822: arp_standard.find_previous_trx_line_id(

2818:
2819: IF tax_info_rec.credit_memo_flag and
2820: p_appl_short_name = 'AR'
2821: THEN
2822: arp_standard.find_previous_trx_line_id(
2823: tax_info_rec.customer_trx_line_id,
2824: tax_info_rec.tax_line_number,
2825: tax_info_rec.vat_tax_id,
2826: tax_info_rec.previous_customer_trx_id,