DBA Data[Home] [Help]

APPS.PA_REP_UTIL_GLOB dependencies on PA_IMPLEMENTATIONS

Line 996: PROCEDURE SetU3PeriodType(p_period_type IN pa_implementations.pa_period_type%TYPE)

992: PA_DEBUG.Log_Message(PA_DEBUG.g_err_stack);
993: RAISE;
994: END initialize_amt_type_id_cache;
995:
996: PROCEDURE SetU3PeriodType(p_period_type IN pa_implementations.pa_period_type%TYPE)
997: IS
998: BEGIN
999: G_u3_parameters.G_period_type := p_period_type;
1000: END SetU3PeriodType;

Line 1151: FROM pa_implementations imp

1147: ,G_implementation_details.G_pa_period_type
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

Line 1360: FUNCTION GetOrgId RETURN pa_implementations.org_id%TYPE

1356:
1357: /*
1358: * Function to return org_id
1359: */
1360: FUNCTION GetOrgId RETURN pa_implementations.org_id%TYPE
1361: IS
1362: BEGIN
1363: RETURN G_implementation_details.G_org_id;
1364: END GetOrgId;

Line 1366: FUNCTION GetOrgStructureVersionId RETURN pa_implementations.org_structure_version_id%TYPE

1362: BEGIN
1363: RETURN G_implementation_details.G_org_id;
1364: END GetOrgId;
1365:
1366: FUNCTION GetOrgStructureVersionId RETURN pa_implementations.org_structure_version_id%TYPE
1367: IS
1368: BEGIN
1369: RETURN G_implementation_details.G_org_structure_version_id;
1370: END GetOrgStructureVersionId;

Line 1376: FUNCTION GetU3PeriodType RETURN pa_implementations.pa_period_type%TYPE

1372: /*
1373: * Functions to get parameters from the U3 screen
1374: */
1375:
1376: FUNCTION GetU3PeriodType RETURN pa_implementations.pa_period_type%TYPE
1377: IS
1378: BEGIN
1379: RETURN G_u3_parameters.G_period_type;
1380: END GetU3PeriodType;

Line 1468: l_org_id pa_implementations.org_id%TYPE;

1464: PROCEDURE update_util_cache
1465: IS
1466: l_global_week_start_day PLS_INTEGER;
1467: l_util_calc_method VARCHAR2(30);
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;

Line 1469: l_org_structure_version_id pa_implementations.org_structure_version_id%TYPE;

1465: IS
1466: l_global_week_start_day PLS_INTEGER;
1467: l_util_calc_method VARCHAR2(30);
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;

Line 1470: l_start_organization_id pa_implementations.start_organization_id%TYPE;

1466: l_global_week_start_day PLS_INTEGER;
1467: l_util_calc_method VARCHAR2(30);
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

Line 1471: l_pa_period_type pa_implementations.pa_period_type%TYPE;

1467: l_util_calc_method VARCHAR2(30);
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

Line 1513: FROM pa_implementations imp

1509: ,l_gl_period_type
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