DBA Data[Home] [Help]

APPS.JL_BR_AR_GENERATE_DEBIT_MEMO dependencies on GL_SETS_OF_BOOKS

Line 749: SELECT chart_of_accounts_id into x_struct_num FROM gl_sets_of_books

745: BEGIN
746:
747: SELECT org_id into l_org_id from ra_customer_trx_all where
748: customer_trx_id = x_customer_trx_id;
749: SELECT chart_of_accounts_id into x_struct_num FROM gl_sets_of_books
750: WHERE set_of_books_id = x_set_of_books_id;
751:
752: X_code_id := jl_br_ar_generate_debit_memo.get_account(X_account_type,X_cust_trx_type_id, X_salesrep_id,x_int_revenue_ccid,x_struct_num,x_error_code, x_error_msg,x_token);
753: