DBA Data[Home] [Help]

APPS.JAI_RCV_RT_TRIGGER_PKG dependencies on GL_SETS_OF_BOOKS

Line 17: v_currency_code gl_sets_of_books.currency_code%type;

13: */
14: PROCEDURE ARI_T1 ( pr_old t_rec%type , pr_new t_rec%type , pv_action varchar2 , pv_return_code out nocopy varchar2 , pv_return_message out nocopy varchar2 ) IS
15: v_tax_count number := 0;
16: v_orgn_setup_count number := 0;
17: v_currency_code gl_sets_of_books.currency_code%type;
18: v_gl_set_of_bks_id number;
19:
20:
21: cursor c_get_tax_count(p_shipment_header_id number, p_shipment_line_id number) is