DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_SYNC_PKG dependencies on GL_SETS_OF_BOOKS

Line 315: v_currency_code gl_sets_of_books.currency_code%type;

311: From RA_CUST_TRX_TYPES_ALL
312: Where cust_trx_type_id = pr_new.cust_trx_type_id
313: And NVL(org_id,0) = NVL(pr_new.org_id,0);
314:
315: v_currency_code gl_sets_of_books.currency_code%type;
316: --Added by Qinglei for JAI Trigger Elimination 11-May_2012 begin
317: lv_action VARCHAR2(20);
318: lv_return_message VARCHAR2(2000);
319: lv_return_code VARCHAR2(100) ;