DBA Data[Home] [Help]

APPS.PA_REP_UTIL_GLOB dependencies on GL_SETS_OF_BOOKS

Line 151: ,G_gl_period_type gl_sets_of_books.accounted_period_type%TYPE

147: G_org_id pa_implementations.org_id%TYPE
148: ,G_org_structure_version_id pa_implementations.org_structure_version_id%TYPE
149: ,G_start_organization_id pa_implementations.start_organization_id%TYPE
150: ,G_pa_period_type pa_implementations.pa_period_type%TYPE
151: ,G_gl_period_type gl_sets_of_books.accounted_period_type%TYPE
152: -- ,G_period_set_name gl_sets_of_books.period_set_name%TYPE
153: ,G_gl_period_set_name gl_sets_of_books.period_set_name%TYPE --bug 3434019
154: ,G_pa_period_set_name gl_sets_of_books.period_set_name%TYPE --bug 3434019
155: );

Line 152: -- ,G_period_set_name gl_sets_of_books.period_set_name%TYPE

148: ,G_org_structure_version_id pa_implementations.org_structure_version_id%TYPE
149: ,G_start_organization_id pa_implementations.start_organization_id%TYPE
150: ,G_pa_period_type pa_implementations.pa_period_type%TYPE
151: ,G_gl_period_type gl_sets_of_books.accounted_period_type%TYPE
152: -- ,G_period_set_name gl_sets_of_books.period_set_name%TYPE
153: ,G_gl_period_set_name gl_sets_of_books.period_set_name%TYPE --bug 3434019
154: ,G_pa_period_set_name gl_sets_of_books.period_set_name%TYPE --bug 3434019
155: );
156:

Line 153: ,G_gl_period_set_name gl_sets_of_books.period_set_name%TYPE --bug 3434019

149: ,G_start_organization_id pa_implementations.start_organization_id%TYPE
150: ,G_pa_period_type pa_implementations.pa_period_type%TYPE
151: ,G_gl_period_type gl_sets_of_books.accounted_period_type%TYPE
152: -- ,G_period_set_name gl_sets_of_books.period_set_name%TYPE
153: ,G_gl_period_set_name gl_sets_of_books.period_set_name%TYPE --bug 3434019
154: ,G_pa_period_set_name gl_sets_of_books.period_set_name%TYPE --bug 3434019
155: );
156:
157: TYPE G_util_option_details_rec

Line 154: ,G_pa_period_set_name gl_sets_of_books.period_set_name%TYPE --bug 3434019

150: ,G_pa_period_type pa_implementations.pa_period_type%TYPE
151: ,G_gl_period_type gl_sets_of_books.accounted_period_type%TYPE
152: -- ,G_period_set_name gl_sets_of_books.period_set_name%TYPE
153: ,G_gl_period_set_name gl_sets_of_books.period_set_name%TYPE --bug 3434019
154: ,G_pa_period_set_name gl_sets_of_books.period_set_name%TYPE --bug 3434019
155: );
156:
157: TYPE G_util_option_details_rec
158: IS RECORD (

Line 371: FUNCTION GetPeriodSetName RETURN gl_sets_of_books.period_set_name%TYPE;

367:
368: /*
369: * Function to return Period Set Name.
370: */
371: FUNCTION GetPeriodSetName RETURN gl_sets_of_books.period_set_name%TYPE;
372: /*
373: * Function to return org_id.
374: */
375: FUNCTION GetOrgId RETURN pa_implementations.org_id%TYPE;