DBA Data[Home] [Help]

APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on ARP_STANDARD

Line 2571: arp_standard.find_previous_trx_line_id(

2567: IF tax_info_rec.credit_memo_flag and
2568: p_appl_short_name = 'AR'
2569: THEN
2570:
2571: arp_standard.find_previous_trx_line_id(
2572: tax_info_rec.customer_trx_line_id,
2573: tax_info_rec.tax_line_number,
2574: tax_info_rec.vat_tax_id,
2575: prev_ctid, prev_ctlid);

Line 3140: arp_standard.find_previous_trx_line_id(

3136:
3137: IF tax_info_rec.credit_memo_flag and
3138: p_appl_short_name = 'AR'
3139: THEN
3140: arp_standard.find_previous_trx_line_id(
3141: tax_info_rec.customer_trx_line_id,
3142: tax_info_rec.tax_line_number,
3143: tax_info_rec.vat_tax_id,
3144: tax_info_rec.previous_customer_trx_id,