DBA Data[Home] [Help]

APPS.FV_GTAS_INTERFACE dependencies on GL_SETS_OF_BOOKS

Line 7: gbl_coa_id gl_sets_of_books.chart_of_accounts_id%TYPE;

3: ---------------------------------- ----------------------------------------------
4: g_module_name VARCHAR2(200);
5: gbl_set_of_books_id gl_ledgers_public_v.ledger_id%TYPE;
6: gbl_period_name gl_period_statuses.period_name%TYPE;
7: gbl_coa_id gl_sets_of_books.chart_of_accounts_id%TYPE;
8: gbl_error_code NUMBER;
9: gbl_error_buf VARCHAR2(300);
10: gbl_run_reports VARCHAR2(1);
11: gbl_fiscal_year gl_period_statuses.period_year%TYPE;

Line 17: gbl_currency_code gl_sets_of_books.currency_code%TYPE;

13: gbl_period_num_high gl_period_statuses.period_num%TYPE;
14: gbl_bal_segment_name VARCHAR2(10);
15: gbl_acc_segment_name VARCHAR2(10);
16: gbl_acc_value_set_id NUMBER;
17: gbl_currency_code gl_sets_of_books.currency_code%TYPE;
18: gbl_prev_acct fv_gtas1_report_t2.account_number%TYPE;
19: gbl_bal_segment fv_gtas1_report_t2.fund_value%TYPE;
20:
21: gbl_exception_exists varchar2(1) := 'N';