DBA Data[Home] [Help]

APPS.PA_SUMMARIZE_FORECAST_UTIL_PVT dependencies on GL_SETS_OF_BOOKS

Line 29: -- l_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_period_set_name;

25: l_global_week_start_day PLS_INTEGER := PA_REP_UTIL_GLOB.G_global_week_start_day;
26: l_fetch_size PLS_INTEGER := PA_REP_UTIL_GLOB.G_util_fetch_size;
27:
28: -- Period Information
29: -- l_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_period_set_name;
30: l_gl_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_gl_period_set_name; -- bug 3434019
31: l_pa_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_pa_period_set_name; -- bug 3434019
32: l_pa_period_type pa_implementations.pa_period_type%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_pa_period_type;
33: l_gl_period_type gl_sets_of_books.accounted_period_type%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_gl_period_type;

Line 30: l_gl_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_gl_period_set_name; -- bug 3434019

26: l_fetch_size PLS_INTEGER := PA_REP_UTIL_GLOB.G_util_fetch_size;
27:
28: -- Period Information
29: -- l_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_period_set_name;
30: l_gl_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_gl_period_set_name; -- bug 3434019
31: l_pa_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_pa_period_set_name; -- bug 3434019
32: l_pa_period_type pa_implementations.pa_period_type%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_pa_period_type;
33: l_gl_period_type gl_sets_of_books.accounted_period_type%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_gl_period_type;
34:

Line 31: l_pa_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_pa_period_set_name; -- bug 3434019

27:
28: -- Period Information
29: -- l_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_period_set_name;
30: l_gl_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_gl_period_set_name; -- bug 3434019
31: l_pa_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_pa_period_set_name; -- bug 3434019
32: l_pa_period_type pa_implementations.pa_period_type%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_pa_period_type;
33: l_gl_period_type gl_sets_of_books.accounted_period_type%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_gl_period_type;
34:
35: -- Who Columns

Line 33: l_gl_period_type gl_sets_of_books.accounted_period_type%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_gl_period_type;

29: -- l_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_period_set_name;
30: l_gl_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_gl_period_set_name; -- bug 3434019
31: l_pa_period_set_name gl_sets_of_books.period_set_name%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_pa_period_set_name; -- bug 3434019
32: l_pa_period_type pa_implementations.pa_period_type%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_pa_period_type;
33: l_gl_period_type gl_sets_of_books.accounted_period_type%TYPE := PA_REP_UTIL_GLOB.G_implementation_details.G_gl_period_type;
34:
35: -- Who Columns
36: l_created_by NUMBER(15) := PA_REP_UTIL_GLOB.G_who_columns.G_created_by;
37: l_last_updated_by NUMBER(15) := PA_REP_UTIL_GLOB.G_who_columns.G_last_updated_by;