DBA Data[Home] [Help]

APPS.PA_RELATIONSHIP_PUB dependencies on PA_PROJ_ELEMENT_VERSIONS_S1

Line 2211: select PA_PROJ_ELEMENT_VERSIONS_S1.NEXTVAL

2207: l_level_adjustment := l_parent_level - l_child_level + 1;
2208:
2209: if (l_parent_group is null and l_child_group is null) then
2210:
2211: select PA_PROJ_ELEMENT_VERSIONS_S1.NEXTVAL
2212: into l_parent_group
2213: from DUAL;
2214:
2215: update PA_PROJ_ELEMENT_VERSIONS

Line 2676: select PA_PROJ_ELEMENT_VERSIONS_S1.NEXTVAL

2672:
2673: -- This is the last association between the two projects and the
2674: -- group will be divided into two sub-groups.
2675:
2676: select PA_PROJ_ELEMENT_VERSIONS_S1.NEXTVAL
2677: into l_child_group
2678: from DUAL;
2679:
2680: -- stamp the newly created program group