DBA Data[Home] [Help]

APPS.JTF_IAPP_FAMILIES_PKG dependencies on DUAL

Line 21: select JTF_IAPP_FAMILIES_B_S.nextval from SYS.DUAL

17: where APP_FAMILY_ID = X_APP_FAMILY_ID
18: ;
19:
20: cursor C_2 is
21: select JTF_IAPP_FAMILIES_B_S.nextval from SYS.DUAL
22: ;
23:
24: l_app_family_id NUMBER := NULL;
25: l_last_updated_by NUMBER := G_USER_ID;