DBA Data[Home] [Help]

APPS.JTF_PF_CONV_PKG dependencies on JTF_PF_USER_SUMMARY_VL

Line 511: FROM JTF_PF_USER_SUMMARY_VL);

507: sum_exect_form, sum_thinkt_jtf, sum_thinkt_oaf, sum_thinkt_form,
508: cnt_pages_jtf, cnt_pages_oaf, cnt_pages_form,
509: cnt_pages_jtf+cnt_pages_oaf+cnt_pages_form, ucnt_ses, ucnt_pages,
510: ucnt_apps, ucnt_resps, ucnt_langs, startt, endt, cnt_fail
511: FROM JTF_PF_USER_SUMMARY_VL);
512:
513: ELSE
514:
515: INSERT INTO JTF_PF_APP_SUMM (day, cnt_pages_jtf, cnt_pages_oaf,

Line 570: FROM JTF_PF_USER_SUMMARY_VL

566: sum_exect_form, sum_thinkt_jtf, sum_thinkt_oaf, sum_thinkt_form,
567: cnt_pages_jtf, cnt_pages_oaf, cnt_pages_form,
568: cnt_pages_jtf+cnt_pages_oaf+cnt_pages_form, ucnt_ses, ucnt_pages,
569: ucnt_apps, ucnt_resps, ucnt_langs, startt, endt, cnt_fail
570: FROM JTF_PF_USER_SUMMARY_VL
571: WHERE day >= last_migrate_day);
572:
573: END IF;
574: -- ADDED To fix bug no-5036611 (END HERE)