101: -- balancing segment from the fv_fund_parameters table for the
102: -- passed Code Combination Id.
103: -- --------------------------------------------------------------------
104:
105: PROCEDURE get_fund_group_info (p_ccid Gl_Balances.code_combination_id%TYPE,
106: p_fund_group IN OUT NOCOPY VARCHAR2,
107: p_dept_id IN OUT NOCOPY VARCHAR2,
108: p_bureau_id IN OUT NOCOPY VARCHAR2,
109: p_bal_segment IN OUT NOCOPY VARCHAR2);