DBA Data[Home] [Help]

APPS.PA_STRUCT_UPGR_PUB dependencies on PA_STRUCT_UPGR_PUB

Line 1: PACKAGE BODY PA_STRUCT_UPGR_PUB AS

1: PACKAGE BODY PA_STRUCT_UPGR_PUB AS
2: /* $Header: PAPRUPGB.pls 120.0 2005/05/29 19:58:26 appldev noship $ */
3:
4: -- Assumptions:
5: -- This function is called in the display sequence order

Line 23: PA_STRUCT_UPGR_PUB.CLEAR_GLOBALS;

19: -- Bug No. 4049574
20: if p_project_id IS NOT NULL then
21: if nvl(G_PROJECT_ID, -111) <> p_project_id then
22: G_PROJECT_ID := p_project_id;
23: PA_STRUCT_UPGR_PUB.CLEAR_GLOBALS;
24: end if;
25: end if;
26: -- End Bug No. 4049574
27:

Line 127: END PA_STRUCT_UPGR_PUB;

123: END GET_DISP_SEQUENCE;
124:
125:
126:
127: END PA_STRUCT_UPGR_PUB;