DBA Data[Home] [Help]

APPS.JTY_TAE_CONTROL_PVT dependencies on JTF_TAE_ANALYZE_TERR_S

Line 269: SELECT JTF_TAE_ANALYZE_TERR_S.NEXTVAL

265: RAISE;
266: END;
267:
268: /* Create Combinations in Product and Factor Tables */
269: SELECT JTF_TAE_ANALYZE_TERR_S.NEXTVAL
270: INTO l_terr_analyze_id
271: FROM dual;
272:
273: IF (p_qual_prd_tbl.COUNT > 0) THEN

Line 997: SELECT JTF_TAE_ANALYZE_TERR_S.NEXTVAL

993: RAISE;
994: END;
995:
996: /* Create Combinations in Product and Factor Tables */
997: SELECT JTF_TAE_ANALYZE_TERR_S.NEXTVAL
998: INTO l_terr_analyze_id
999: FROM dual;
1000:
1001: l_counter := 0;