DBA Data[Home] [Help]

APPS.FV_GTAS_TRX_REGISTER dependencies on GL_BALANCES

Line 29: g_period_year Gl_Balances.period_year%TYPE;

25: g_end_bal_ind fv_gtas_attributes.balance_type%type;
26: --g_fund_value FV_FUND_PARAMETERS.fund_value%TYPE;
27: g_treasury_symbol Fv_Treasury_Symbols.treasury_symbol%TYPE;
28: g_treasury_symbol_id Fv_Treasury_Symbols.treasury_symbol_id%TYPE;
29: g_period_year Gl_Balances.period_year%TYPE;
30: g_period_num_low Gl_Balances.period_num%TYPE;
31: g_period_num_high Gl_Balances.period_num%TYPE;
32: g_from_period_name Gl_Period_Statuses.period_name%TYPE;
33: g_to_period_name Gl_Period_Statuses.period_name%TYPE;

Line 30: g_period_num_low Gl_Balances.period_num%TYPE;

26: --g_fund_value FV_FUND_PARAMETERS.fund_value%TYPE;
27: g_treasury_symbol Fv_Treasury_Symbols.treasury_symbol%TYPE;
28: g_treasury_symbol_id Fv_Treasury_Symbols.treasury_symbol_id%TYPE;
29: g_period_year Gl_Balances.period_year%TYPE;
30: g_period_num_low Gl_Balances.period_num%TYPE;
31: g_period_num_high Gl_Balances.period_num%TYPE;
32: g_from_period_name Gl_Period_Statuses.period_name%TYPE;
33: g_to_period_name Gl_Period_Statuses.period_name%TYPE;
34: g_cohort_seg_name FV_FACTS_FEDERAL_ACCOUNTS.cohort_segment_name%TYPE;

Line 31: g_period_num_high Gl_Balances.period_num%TYPE;

27: g_treasury_symbol Fv_Treasury_Symbols.treasury_symbol%TYPE;
28: g_treasury_symbol_id Fv_Treasury_Symbols.treasury_symbol_id%TYPE;
29: g_period_year Gl_Balances.period_year%TYPE;
30: g_period_num_low Gl_Balances.period_num%TYPE;
31: g_period_num_high Gl_Balances.period_num%TYPE;
32: g_from_period_name Gl_Period_Statuses.period_name%TYPE;
33: g_to_period_name Gl_Period_Statuses.period_name%TYPE;
34: g_cohort_seg_name FV_FACTS_FEDERAL_ACCOUNTS.cohort_segment_name%TYPE;
35: g_bal_segment_name VARCHAR2(25);

Line 4404: PROCEDURE GET_FUND_GROUP_INFO (p_ccid gl_balances.code_combination_id%TYPE,

4400: -- Its primary purpose get the fund Group, Dept Id, bureau Id and
4401: -- balancing segment from the fv_fund_parameters table for the
4402: -- passed Code Combination Id.
4403: -- --------------------------------------------------------------------
4404: PROCEDURE GET_FUND_GROUP_INFO (p_ccid gl_balances.code_combination_id%TYPE,
4405: p_fund_group IN OUT NOCOPY VARCHAR2,
4406: p_dept_id IN OUT NOCOPY VARCHAR2,
4407: p_bureau_id IN OUT NOCOPY VARCHAR2,
4408: p_bal_segment IN OUT NOCOPY VARCHAR2)