DBA Data[Home] [Help]

APPS.BIS_FUNCTIONAL_AREA_PUB dependencies on BIS_FUNC_AREA_ID_S

Line 1020: SELECT BIS_FUNC_AREA_ID_S.NEXTVAL

1016:
1017: RETURN l_Max_Id;
1018: */
1019:
1020: SELECT BIS_FUNC_AREA_ID_S.NEXTVAL
1021: INTO l_next
1022: FROM DUAL;
1023:
1024: return l_next;