DBA Data[Home] [Help]

APPS.JL_BR_AR_GENERATE_DEBIT_MEMO dependencies on GL_SETS_OF_BOOKS

Line 781: SELECT chart_of_accounts_id into x_struct_num FROM gl_sets_of_books

777: BEGIN
778:
779: SELECT org_id into l_org_id from ra_customer_trx_all where
780: customer_trx_id = x_customer_trx_id;
781: SELECT chart_of_accounts_id into x_struct_num FROM gl_sets_of_books
782: WHERE set_of_books_id = x_set_of_books_id;
783:
784: /*
785: 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); */