DBA Data[Home] [Help]

APPS.ARP_PROCESS_FREIGHT_COVER dependencies on ARP_PROCESS_FREIGHT

Line 1: PACKAGE BODY ARP_PROCESS_FREIGHT_COVER AS

1: PACKAGE BODY ARP_PROCESS_FREIGHT_COVER AS
2: /* $Header: ARTEFR2B.pls 115.4 2003/10/10 14:28:18 mraymond ship $ */
3:
4: pg_number_dummy number;
5: pg_date_dummy date;

Line 18: | arp_process_freight.insert_freight |

14: | SCOPE - PRIVATE |
15: | |
16: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |
17: | arp_util.debug |
18: | arp_process_freight.insert_freight |
19: | |
20: | ARGUMENTS : IN: |
21: | p_form_name |
22: | p_form_version |

Line 135: arp_util.debug('arp_process_freight.insert_freight_cover()+');

131:
132: BEGIN
133:
134: IF PG_DEBUG in ('Y', 'C') THEN
135: arp_util.debug('arp_process_freight.insert_freight_cover()+');
136: END IF;
137:
138: l_frt_rec.customer_trx_id := p_customer_trx_id;
139: l_frt_rec.line_type := p_line_type;

Line 183: arp_process_freight.insert_freight(

179:
180: l_frt_rec.default_ussgl_trx_code_context := p_default_ussgl_code_context;
181: l_frt_rec.default_ussgl_transaction_code := p_default_ussgl_trx_code;
182:
183: arp_process_freight.insert_freight(
184: p_form_name,
185: p_form_version,
186: l_frt_rec,
187: p_trx_class,

Line 196: arp_util.debug('arp_process_freight.insert_freight_cover()-');

192:
193: p_customer_trx_line_id := l_customer_trx_line_id;
194:
195: IF PG_DEBUG in ('Y', 'C') THEN
196: arp_util.debug('arp_process_freight.insert_freight_cover()-');
197: END IF;
198:
199: EXCEPTION
200:

Line 203: arp_util.debug('EXCEPTION : arp_process_freight.insert_freight_cover');

199: EXCEPTION
200:
201: WHEN OTHERS THEN
202: IF PG_DEBUG in ('Y', 'C') THEN
203: arp_util.debug('EXCEPTION : arp_process_freight.insert_freight_cover');
204: arp_util.debug('insert_freight_cover: ' || 'p_form_name : '||p_form_name);
205: arp_util.debug('insert_freight_cover: ' || 'p_form_version : '||p_form_version);
206: arp_util.debug('insert_freight_cover: ' || 'p_customer_trx_id : '||p_customer_trx_id);
207: arp_util.debug('insert_freight_cover: ' || 'p_line_type : '||p_line_type);

Line 268: | arp_process_freight.update_freight |

264: | SCOPE - PRIVATE |
265: | |
266: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |
267: | arp_util.debug |
268: | arp_process_freight.update_freight |
269: | |
270: | ARGUMENTS : IN: |
271: | p_form_name |
272: | p_form_version |

Line 389: arp_util.debug('arp_process_freight.update_freight_cover()+');

385:
386: BEGIN
387:
388: IF PG_DEBUG in ('Y', 'C') THEN
389: arp_util.debug('arp_process_freight.update_freight_cover()+');
390: END IF;
391:
392: arp_ctl_pkg.set_to_dummy(l_frt_rec);
393:

Line 440: arp_process_freight.update_freight(

436:
437: l_frt_rec.default_ussgl_trx_code_context := p_default_ussgl_code_context;
438: l_frt_rec.default_ussgl_transaction_code := p_default_ussgl_trx_code;
439:
440: arp_process_freight.update_freight(
441: p_form_name,
442: p_form_version,
443: p_customer_trx_id,
444: p_customer_trx_line_id,

Line 454: arp_util.debug('arp_process_freight.update_freight_cover()-');

450: p_open_rec_flag,
451: p_status);
452:
453: IF PG_DEBUG in ('Y', 'C') THEN
454: arp_util.debug('arp_process_freight.update_freight_cover()-');
455: END IF;
456:
457: EXCEPTION
458: WHEN OTHERS THEN

Line 461: arp_util.debug('EXCEPTION : arp_process_freight.update_freight_cover');

457: EXCEPTION
458: WHEN OTHERS THEN
459:
460: IF PG_DEBUG in ('Y', 'C') THEN
461: arp_util.debug('EXCEPTION : arp_process_freight.update_freight_cover');
462: arp_util.debug('update_freight_cover: ' || 'p_form_name : '||p_form_name);
463: arp_util.debug('update_freight_cover: ' || 'p_form_version : '||p_form_version);
464: arp_util.debug('update_freight_cover: ' || 'p_customer_trx_id : '||p_customer_trx_id);
465: arp_util.debug('update_freight_cover: ' || 'p_customer_trx_line_id : '||p_customer_trx_line_id);

Line 517: END ARP_PROCESS_FREIGHT_COVER;

513:
514: RAISE;
515: END update_freight_cover;
516:
517: END ARP_PROCESS_FREIGHT_COVER;