DBA Data[Home] [Help]

APPS.JTY_TAE_CONTROL_PVT dependencies on JTF_TAE_ANALYZE_TERR_S

Line 310: SELECT JTF_TAE_ANALYZE_TERR_S.NEXTVAL

306: RAISE;
307: END;
308:
309: /* Create Combinations in Product and Factor Tables */
310: SELECT JTF_TAE_ANALYZE_TERR_S.NEXTVAL
311: INTO l_terr_analyze_id
312: FROM dual;
313:
314: IF (p_qual_prd_tbl.COUNT > 0) THEN

Line 1025: SELECT JTF_TAE_ANALYZE_TERR_S.NEXTVAL

1021: RAISE;
1022: END;
1023:
1024: /* Create Combinations in Product and Factor Tables */
1025: SELECT JTF_TAE_ANALYZE_TERR_S.NEXTVAL
1026: INTO l_terr_analyze_id
1027: FROM dual;
1028:
1029: l_counter := 0;