DBA Data[Home] [Help]

APPS.ARP_PROCESS_CHARGEBACK dependencies on ARP_TRX_DEFAULTS_3

Line 1560: arp_trx_defaults_3.get_payment_method_default(l_ct_row.trx_date,

1556: END IF;
1557: RAISE;
1558: END;
1559:
1560: arp_trx_defaults_3.get_payment_method_default(l_ct_row.trx_date,
1561: l_ct_row.invoice_currency_code,
1562: l_ct_row.paying_customer_id,
1563: l_ct_row.paying_site_use_id,
1564: l_ct_row.bill_to_customer_id,

Line 1686: arp_trx_defaults_3.get_instr_defaults(l_org_id,

1682: IF l_receipt_method_id is NOT NULL and
1683: l_ct_row.invoice_currency_code is not null and
1684: l_payment_channel_code is not null then
1685:
1686: arp_trx_defaults_3.get_instr_defaults(l_org_id,
1687: l_ct_row.paying_customer_id,
1688: l_ct_row.paying_site_use_id,
1689: l_instrument_type,
1690: l_ct_row.invoice_currency_code,