DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT dependencies on ARP_PROCESS_FREIGHT

Line 225: arp_process_freight.insert_freight(

221: l_frt_rec.line_number := 1;
222: l_frt_rec.extended_amount := p_credit_freight_amount;
223: l_frt_rec.revenue_amount := p_credit_freight_amount;
224:
225: arp_process_freight.insert_freight(
226: p_form_name,
227: p_form_version,
228: l_frt_rec,
229: 'CM',

Line 248: arp_process_freight.update_freight(

244: l_frt_rec.line_number := 1;
245: l_frt_rec.extended_amount := p_credit_freight_amount;
246: l_frt_rec.revenue_amount := p_credit_freight_amount;
247:
248: arp_process_freight.update_freight(
249: p_form_name,
250: p_form_version,
251: p_customer_trx_id,
252: p_freight_ctlid,