DBA Data[Home] [Help]

APPS.PA_REP_UTIL_GLOB dependencies on GL_SETS_OF_BOOKS

Line 1152: ,gl_sets_of_books sob

1148: ,G_implementation_details.G_gl_period_type
1149: ,G_implementation_details.G_gl_period_set_name --bug 3434019
1150: ,G_implementation_details.G_pa_period_set_name --bug 3434019
1151: FROM pa_implementations imp
1152: ,gl_sets_of_books sob
1153: WHERE sob.set_of_books_id = imp.set_of_books_id ;
1154:
1155: IF l_debug ='Y'THEN -- bug 2674619
1156: PA_DEBUG.g_err_stage := '250 : After Selecting Implementation Details';

Line 1336: FUNCTION GetPeriodSetName RETURN gl_sets_of_books.period_set_name%TYPE

1332:
1333: /*
1334: * Function to return Period Set name.
1335: */
1336: FUNCTION GetPeriodSetName RETURN gl_sets_of_books.period_set_name%TYPE
1337: IS
1338: BEGIN
1339: RETURN G_implementation_details.G_gl_period_set_name;
1340: END GetPeriodSetName;

Line 1472: l_gl_period_type gl_sets_of_books.accounted_period_type%TYPE;

1468: l_org_id pa_implementations.org_id%TYPE;
1469: l_org_structure_version_id pa_implementations.org_structure_version_id%TYPE;
1470: l_start_organization_id pa_implementations.start_organization_id%TYPE;
1471: l_pa_period_type pa_implementations.pa_period_type%TYPE;
1472: l_gl_period_type gl_sets_of_books.accounted_period_type%TYPE;
1473: -- l_period_set_name gl_sets_of_books.period_set_name%TYPE;
1474: l_gl_period_set_name gl_sets_of_books.period_set_name%TYPE; -- bug 3434019
1475: l_pa_period_set_name gl_sets_of_books.period_set_name%TYPE; -- bug 3434019
1476: BEGIN

Line 1473: -- l_period_set_name gl_sets_of_books.period_set_name%TYPE;

1469: l_org_structure_version_id pa_implementations.org_structure_version_id%TYPE;
1470: l_start_organization_id pa_implementations.start_organization_id%TYPE;
1471: l_pa_period_type pa_implementations.pa_period_type%TYPE;
1472: l_gl_period_type gl_sets_of_books.accounted_period_type%TYPE;
1473: -- l_period_set_name gl_sets_of_books.period_set_name%TYPE;
1474: l_gl_period_set_name gl_sets_of_books.period_set_name%TYPE; -- bug 3434019
1475: l_pa_period_set_name gl_sets_of_books.period_set_name%TYPE; -- bug 3434019
1476: BEGIN
1477:

Line 1474: l_gl_period_set_name gl_sets_of_books.period_set_name%TYPE; -- bug 3434019

1470: l_start_organization_id pa_implementations.start_organization_id%TYPE;
1471: l_pa_period_type pa_implementations.pa_period_type%TYPE;
1472: l_gl_period_type gl_sets_of_books.accounted_period_type%TYPE;
1473: -- l_period_set_name gl_sets_of_books.period_set_name%TYPE;
1474: l_gl_period_set_name gl_sets_of_books.period_set_name%TYPE; -- bug 3434019
1475: l_pa_period_set_name gl_sets_of_books.period_set_name%TYPE; -- bug 3434019
1476: BEGIN
1477:
1478: PA_DEBUG.Set_Curr_Function( p_function => 'Update_Util_Cache');

Line 1475: l_pa_period_set_name gl_sets_of_books.period_set_name%TYPE; -- bug 3434019

1471: l_pa_period_type pa_implementations.pa_period_type%TYPE;
1472: l_gl_period_type gl_sets_of_books.accounted_period_type%TYPE;
1473: -- l_period_set_name gl_sets_of_books.period_set_name%TYPE;
1474: l_gl_period_set_name gl_sets_of_books.period_set_name%TYPE; -- bug 3434019
1475: l_pa_period_set_name gl_sets_of_books.period_set_name%TYPE; -- bug 3434019
1476: BEGIN
1477:
1478: PA_DEBUG.Set_Curr_Function( p_function => 'Update_Util_Cache');
1479: IF l_debug ='Y'THEN -- bug 2674619

Line 1514: ,gl_sets_of_books sob

1510: -- ,l_period_set_name
1511: ,l_gl_period_set_name -- bug 3434019
1512: ,l_pa_period_set_name -- bug 3434019
1513: FROM pa_implementations imp
1514: ,gl_sets_of_books sob
1515: WHERE sob.set_of_books_id = imp.set_of_books_id ;
1516:
1517: IF l_debug ='Y'THEN -- bug 2674619
1518: PA_DEBUG.g_err_stage := '250 : After Selecting Implementation Details';