DBA Data[Home] [Help]

APPS.FV_FACTS_TRX_REGISTER dependencies on GL_BALANCES

Line 13: g_period_year Gl_Balances.period_year%TYPE;

9: g_error_code NUMBER := 0;
10: g_set_of_books_id NUMBER;
11: g_treasury_symbol Fv_Treasury_Symbols.treasury_symbol%TYPE;
12: g_treasury_symbol_id Fv_Treasury_Symbols.treasury_symbol_id%TYPE;
13: g_period_year Gl_Balances.period_year%TYPE;
14: g_period_num_low Gl_Balances.period_num%TYPE;
15: g_period_num_high Gl_Balances.period_num%TYPE;
16: g_from_period_name Gl_Period_Statuses.period_name%TYPE;
17: g_to_period_name Gl_Period_Statuses.period_name%TYPE;

Line 14: g_period_num_low Gl_Balances.period_num%TYPE;

10: g_set_of_books_id NUMBER;
11: g_treasury_symbol Fv_Treasury_Symbols.treasury_symbol%TYPE;
12: g_treasury_symbol_id Fv_Treasury_Symbols.treasury_symbol_id%TYPE;
13: g_period_year Gl_Balances.period_year%TYPE;
14: g_period_num_low Gl_Balances.period_num%TYPE;
15: g_period_num_high Gl_Balances.period_num%TYPE;
16: g_from_period_name Gl_Period_Statuses.period_name%TYPE;
17: g_to_period_name Gl_Period_Statuses.period_name%TYPE;
18: g_cohort_seg_name FV_FACTS_FEDERAL_ACCOUNTS.cohort_segment_name%TYPE;

Line 15: g_period_num_high Gl_Balances.period_num%TYPE;

11: g_treasury_symbol Fv_Treasury_Symbols.treasury_symbol%TYPE;
12: g_treasury_symbol_id Fv_Treasury_Symbols.treasury_symbol_id%TYPE;
13: g_period_year Gl_Balances.period_year%TYPE;
14: g_period_num_low Gl_Balances.period_num%TYPE;
15: g_period_num_high Gl_Balances.period_num%TYPE;
16: g_from_period_name Gl_Period_Statuses.period_name%TYPE;
17: g_to_period_name Gl_Period_Statuses.period_name%TYPE;
18: g_cohort_seg_name FV_FACTS_FEDERAL_ACCOUNTS.cohort_segment_name%TYPE;
19: g_bal_segment_name VARCHAR2(25);

Line 4074: PROCEDURE get_fund_group_info (p_ccid gl_balances.code_combination_id%TYPE,

4070: -- Its primary purpose get the fund Group, Dept Id, bureau Id and
4071: -- balancing segment from the fv_fund_parameters table for the
4072: -- passed Code Combination Id.
4073: -- --------------------------------------------------------------------
4074: PROCEDURE get_fund_group_info (p_ccid gl_balances.code_combination_id%TYPE,
4075: p_fund_group IN OUT NOCOPY VARCHAR2,
4076: p_dept_id IN OUT NOCOPY VARCHAR2,
4077: p_bureau_id IN OUT NOCOPY VARCHAR2,
4078: p_bal_segment IN OUT NOCOPY VARCHAR2)