DBA Data[Home] [Help]

APPS.PA_REP_UTIL_GLOB dependencies on PA_IMPLEMENTATIONS

Line 147: G_org_id pa_implementations.org_id%TYPE

143: );
144:
145: TYPE G_implementation_details_rec
146: IS RECORD (
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

Line 148: ,G_org_structure_version_id pa_implementations.org_structure_version_id%TYPE

144:
145: TYPE G_implementation_details_rec
146: IS RECORD (
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

Line 149: ,G_start_organization_id pa_implementations.start_organization_id%TYPE

145: TYPE G_implementation_details_rec
146: IS RECORD (
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

Line 150: ,G_pa_period_type pa_implementations.pa_period_type%TYPE

146: IS RECORD (
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

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

304:
305: /*
306: * Procedures to set parameters from the U3 screen.
307: */
308: PROCEDURE SetU3PeriodType (p_period_type IN pa_implementations.pa_period_type%TYPE);
309: PROCEDURE SetU3PeriodName (p_period_name IN gl_periods.period_name%TYPE);
310: PROCEDURE SetU3QtrOrMonNum(p_qtr_or_mon_num IN VARCHAR2);
311: PROCEDURE SetU3YearNum (p_year_num IN VARCHAR2);
312: PROCEDURE SetU3PersonId (p_person_id IN VARCHAR2);

Line 354: FUNCTION GetU3PeriodType RETURN pa_implementations.pa_period_type%TYPE;

350:
351: /*
352: * Functions to get parameters from the U3 screen.
353: */
354: FUNCTION GetU3PeriodType RETURN pa_implementations.pa_period_type%TYPE;
355: FUNCTION GetU3PeriodName RETURN gl_periods.period_name%TYPE;
356: FUNCTION GetU3QtrOrMonNum RETURN NUMBER;
357: FUNCTION GetU3YearNum RETURN NUMBER;
358: FUNCTION GetU3PersonId RETURN NUMBER;

Line 375: FUNCTION GetOrgId RETURN pa_implementations.org_id%TYPE;

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;
376: FUNCTION GetOrgStructureVersionId RETURN pa_implementations.org_structure_version_id%TYPE;
377:
378: /*
379: * Functions to return dummy values.

Line 376: FUNCTION GetOrgStructureVersionId RETURN pa_implementations.org_structure_version_id%TYPE;

372: /*
373: * Function to return org_id.
374: */
375: FUNCTION GetOrgId RETURN pa_implementations.org_id%TYPE;
376: FUNCTION GetOrgStructureVersionId RETURN pa_implementations.org_structure_version_id%TYPE;
377:
378: /*
379: * Functions to return dummy values.
380: */