DBA Data[Home] [Help]

APPS.PA_RELATIONSHIP_PUB dependencies on PA_PROJ_ELEMENT_VERSIONS_S1

Line 2215: select PA_PROJ_ELEMENT_VERSIONS_S1.NEXTVAL

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

Line 2734: select PA_PROJ_ELEMENT_VERSIONS_S1.NEXTVAL

2730:
2731: -- This is the last association between the two projects and the
2732: -- group will be divided into two sub-groups.
2733:
2734: select PA_PROJ_ELEMENT_VERSIONS_S1.NEXTVAL
2735: into l_child_group
2736: from DUAL;
2737:
2738: -- stamp the newly created program group