DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT dependencies on ARP_PROCESS_FREIGHT

Line 206: arp_process_freight.insert_freight(

202: l_frt_rec.line_number := 1;
203: l_frt_rec.extended_amount := p_credit_freight_amount;
204: l_frt_rec.revenue_amount := p_credit_freight_amount;
205:
206: arp_process_freight.insert_freight(
207: p_form_name,
208: p_form_version,
209: l_frt_rec,
210: 'CM',

Line 229: arp_process_freight.update_freight(

225: l_frt_rec.line_number := 1;
226: l_frt_rec.extended_amount := p_credit_freight_amount;
227: l_frt_rec.revenue_amount := p_credit_freight_amount;
228:
229: arp_process_freight.update_freight(
230: p_form_name,
231: p_form_version,
232: p_customer_trx_id,
233: p_freight_ctlid,