DBA Data[Home] [Help]

APPS.ARP_PROC_TRANSACTION_HISTORY dependencies on GL_MC_INFO

Line 4: SUBTYPE r_sob_list_type IS gl_mc_info.r_sob_list;

1: PACKAGE ARP_PROC_TRANSACTION_HISTORY AUTHID CURRENT_USER AS
2: /* $Header: ARTETRHS.pls 120.2 2005/08/10 23:14:41 hyu ship $ */
3:
4: SUBTYPE r_sob_list_type IS gl_mc_info.r_sob_list;
5: SUBTYPE r_sob_list_rec_type IS gl_mc_info.r_sob_rec;
6:
7: PROCEDURE insert_transaction_history(p_trh_rec IN OUT NOCOPY ar_transaction_history%rowtype,
8: p_transaction_history_id OUT NOCOPY ar_transaction_history.transaction_history_id%type,

Line 5: SUBTYPE r_sob_list_rec_type IS gl_mc_info.r_sob_rec;

1: PACKAGE ARP_PROC_TRANSACTION_HISTORY AUTHID CURRENT_USER AS
2: /* $Header: ARTETRHS.pls 120.2 2005/08/10 23:14:41 hyu ship $ */
3:
4: SUBTYPE r_sob_list_type IS gl_mc_info.r_sob_list;
5: SUBTYPE r_sob_list_rec_type IS gl_mc_info.r_sob_rec;
6:
7: PROCEDURE insert_transaction_history(p_trh_rec IN OUT NOCOPY ar_transaction_history%rowtype,
8: p_transaction_history_id OUT NOCOPY ar_transaction_history.transaction_history_id%type,
9: p_move_deferred_tax IN VARCHAR2 DEFAULT 'N');