DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_HEADER dependencies on ARP_PROC_TRANSACTION_HISTORY

Line 88: ARP_PROC_TRANSACTION_HISTORY.insert_transaction_history(l_trh_rec, l_transaction_history_id);

84: | program_application_id, program_id, program_update_date, request_id, |
85: | creation_date, created_by, last_update_login, last_update_date, last_updated_by |
86: +----------------------------------------------------------------------------------*/
87:
88: ARP_PROC_TRANSACTION_HISTORY.insert_transaction_history(l_trh_rec, l_transaction_history_id);
89:
90: /*----------------------------------------+
91: | BR has no Sales Credit, terms or tax |
92: +----------------------------------------*/

Line 417: arp_proc_transaction_history.delete_transaction_hist_dist(transaction_history_rec.transaction_history_id);

413: /*-------------------------------------------------------+
414: | delete the accounting related to transaction history |
415: +-------------------------------------------------------*/
416:
417: arp_proc_transaction_history.delete_transaction_hist_dist(transaction_history_rec.transaction_history_id);
418:
419: END LOOP;
420:
421: IF PG_DEBUG in ('Y', 'C') THEN