DBA Data[Home] [Help]

APPS.ARP_PROC_TRANSACTION_HISTORY dependencies on STANDARD

Line 247: arp_standard.debug('p_transaction_history_id :'||p_transaction_history_id);

243: | the life cycle of a TH |
244: | This routine is called by all the TH WB |
245: | And it is a central place for TH lifecycle|
246: +--------------------------------------------*/
247: arp_standard.debug('p_transaction_history_id :'||p_transaction_history_id);
248:
249: l_xla_ev_rec.xla_from_doc_id := p_transaction_history_id;
250: l_xla_ev_rec.xla_to_doc_id := p_transaction_history_id;
251: l_xla_ev_rec.xla_doc_table := 'TRH';

Line 758: arp_standard.debug('arp_proc_transaction_history.insert_BR_ps()+');

754:
755: BEGIN
756:
757: IF PG_DEBUG in ('Y', 'C') THEN
758: arp_standard.debug('arp_proc_transaction_history.insert_BR_ps()+');
759: END IF;
760:
761: /*------------------------------------+
762: | Fetch the transaction information |

Line 821: arp_standard.debug('arp_proc_transaction_history.insert_BR_ps()-');

817:
818: p_ps_id := l_ps_id;
819:
820: IF PG_DEBUG in ('Y', 'C') THEN
821: arp_standard.debug('arp_proc_transaction_history.insert_BR_ps()-');
822: END IF;
823:
824: EXCEPTION
825: WHEN OTHERS THEN

Line 827: arp_standard.debug('EXCEPTION: arp_proc_transaction_history.insert_BR_ps()');

823:
824: EXCEPTION
825: WHEN OTHERS THEN
826: IF PG_DEBUG in ('Y', 'C') THEN
827: arp_standard.debug('EXCEPTION: arp_proc_transaction_history.insert_BR_ps()');
828: END IF;
829: RAISE;
830:
831: END insert_BR_ps;

Line 895: arp_standard.debug('arp_proc_transaction_history.calculate_BR_amounts()+');

891:
892: BEGIN
893:
894: IF PG_DEBUG in ('Y', 'C') THEN
895: arp_standard.debug('arp_proc_transaction_history.calculate_BR_amounts()+');
896: END IF;
897:
898: /*---------------------------------------+
899: | Fetch the totals on the adjustments |

Line 916: arp_standard.debug('arp_proc_transaction_history.calculate_BR_amounts()-');

912: p_freight_amount := -nvl(br_amounts_rec.total_freight,0);
913: p_charges_amount := -nvl(br_amounts_rec.total_charges,0);
914:
915: IF PG_DEBUG in ('Y', 'C') THEN
916: arp_standard.debug('arp_proc_transaction_history.calculate_BR_amounts()-');
917: END IF;
918:
919: EXCEPTION
920: WHEN OTHERS THEN

Line 922: arp_standard.debug('EXCEPTION: arp_proc_transaction_history.calculate_BR_amounts()');

918:
919: EXCEPTION
920: WHEN OTHERS THEN
921: IF PG_DEBUG in ('Y', 'C') THEN
922: arp_standard.debug('EXCEPTION: arp_proc_transaction_history.calculate_BR_amounts()');
923: END IF;
924: RAISE;
925:
926: END calculate_BR_amounts;