DBA Data[Home] [Help]

APPS.IGC_CBC_INQUIRY_PKG dependencies on GL_BUDGET_VERSIONS

Line 9: p_gl_budget_version_id IN gl_budget_versions.budget_version_id%TYPE

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:
12: FUNCTION Check_Amount_Type
13: (p_period_name IN gl_periods.period_name%TYPE,

Line 18: p_gl_budget_version_id IN gl_budget_versions.budget_version_id%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:
21: PRAGMA RESTRICT_REFERENCES(Check_Amount_Type,RNDS,WNDS,WNPS);
22: