DBA Data[Home] [Help]

APPS.PSA_MFAR_RECEIPTS dependencies on GL_SETS_OF_BOOKS

Line 4: g_set_of_books_id gl_sets_of_books.set_of_books_id%type;

1: PACKAGE BODY PSA_MFAR_RECEIPTS AS
2: /* $Header: PSAMFRTB.pls 120.29 2006/09/13 13:45:49 agovil ship $ */
3:
4: g_set_of_books_id gl_sets_of_books.set_of_books_id%type;
5: g_cust_trx_id ar_receivable_applications.applied_customer_trx_id%type;
6: g_receivable_application_id ar_receivable_applications.receivable_application_id%type;
7: g_inventory_item_profile NUMBER;
8: g_run_id NUMBER;

Line 213: FROM gl_sets_of_books

209: -- get the precisison for the currency code
210:
211: SELECT currency_code
212: INTO l_currency_code
213: FROM gl_sets_of_books
214: WHERE set_of_books_id = p_set_of_books_id;
215:
216:
217: fnd_currency.get_info( l_currency_code,