DBA Data[Home] [Help]

APPS.IGC_CBC_INQUIRY_PKG dependencies on GL_BUDGET_VERSIONS

Line 8: g_gl_budget_version_id gl_budget_versions.budget_version_id%TYPE;

4: g_period_name gl_periods.period_name%TYPE;
5: g_period_year gl_periods.period_year%TYPE;
6: g_quarter_num gl_periods.quarter_num%TYPE;
7: g_period_num gl_periods.period_num%TYPE;
8: g_gl_budget_version_id gl_budget_versions.budget_version_id%TYPE;
9: g_true VARCHAR2(1);
10: g_false VARCHAR2(1);
11:
12: g_amount_type VARCHAR2(4);

Line 24: p_gl_budget_version_id IN gl_budget_versions.budget_version_id%TYPE

20: (
21: p_amount_type IN VARCHAR2,
22: p_period_cutoff IN gl_periods.period_name%TYPE,
23: p_set_of_books_id IN gl_period_statuses.set_of_books_id%TYPE,
24: p_gl_budget_version_id IN gl_budget_versions.budget_version_id%TYPE
25: ) IS
26:
27: l_gl_application_id fnd_application.application_id%TYPE;
28:

Line 72: p_gl_budget_version_id IN gl_budget_versions.budget_version_id%TYPE

68: p_period_year IN gl_periods.period_year%TYPE,
69: p_quarter_num IN gl_periods.quarter_num%TYPE,
70: p_period_num IN gl_periods.period_num%TYPE,
71: p_actual_flag IN igc_cbc_je_lines.actual_flag%TYPE,
72: p_gl_budget_version_id IN gl_budget_versions.budget_version_id%TYPE
73: ) RETURN VARCHAR2
74: IS
75: l_ret_status VARCHAR2(1) :=g_false;
76: BEGIN