DBA Data[Home] [Help]

APPS.IGC_CBC_INQUIRY_PKG dependencies on GL_PERIODS

Line 7: p_period_cutoff IN gl_periods.period_name%TYPE,

3:
4: PROCEDURE Initialize
5: (
6: p_amount_type IN VARCHAR2,
7: p_period_cutoff IN gl_periods.period_name%TYPE,
8: p_set_of_books_id IN gl_period_statuses.set_of_books_id%TYPE,
9: p_gl_budget_version_id IN gl_budget_versions.budget_version_id%TYPE
10: );
11:

Line 13: (p_period_name IN gl_periods.period_name%TYPE,

9: p_gl_budget_version_id IN gl_budget_versions.budget_version_id%TYPE
10: );
11:
12: FUNCTION Check_Amount_Type
13: (p_period_name IN gl_periods.period_name%TYPE,
14: p_period_year IN gl_periods.period_year%TYPE,
15: p_quarter_num IN gl_periods.quarter_num%TYPE,
16: p_period_num IN gl_periods.period_num%TYPE,
17: p_actual_flag IN igc_cbc_je_lines.actual_flag%TYPE,

Line 14: p_period_year IN gl_periods.period_year%TYPE,

10: );
11:
12: FUNCTION Check_Amount_Type
13: (p_period_name IN gl_periods.period_name%TYPE,
14: p_period_year IN gl_periods.period_year%TYPE,
15: p_quarter_num IN gl_periods.quarter_num%TYPE,
16: p_period_num IN gl_periods.period_num%TYPE,
17: p_actual_flag IN igc_cbc_je_lines.actual_flag%TYPE,
18: p_gl_budget_version_id IN gl_budget_versions.budget_version_id%TYPE

Line 15: p_quarter_num IN gl_periods.quarter_num%TYPE,

11:
12: FUNCTION Check_Amount_Type
13: (p_period_name IN gl_periods.period_name%TYPE,
14: p_period_year IN gl_periods.period_year%TYPE,
15: p_quarter_num IN gl_periods.quarter_num%TYPE,
16: p_period_num IN gl_periods.period_num%TYPE,
17: p_actual_flag IN igc_cbc_je_lines.actual_flag%TYPE,
18: p_gl_budget_version_id IN gl_budget_versions.budget_version_id%TYPE
19: ) RETURN VARCHAR2 ;

Line 16: p_period_num IN gl_periods.period_num%TYPE,

12: FUNCTION Check_Amount_Type
13: (p_period_name IN gl_periods.period_name%TYPE,
14: p_period_year IN gl_periods.period_year%TYPE,
15: p_quarter_num IN gl_periods.quarter_num%TYPE,
16: p_period_num IN gl_periods.period_num%TYPE,
17: p_actual_flag IN igc_cbc_je_lines.actual_flag%TYPE,
18: p_gl_budget_version_id IN gl_budget_versions.budget_version_id%TYPE
19: ) RETURN VARCHAR2 ;
20: