DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC_COREAPI dependencies on GL_PERIOD_TYPES

Line 535: from gl_period_types

531: raise no_rows;
532: END IF;
533:
534: select user_period_type into l_user_period_type
535: from gl_period_types
536: where period_type = c1_rec.period_type;
537:
538: Tab1Print('Set of books '|| c1_rec.sobname ||' for application '
539: || l_appname || ' has ' || to_char(c1_rec.total_periods)

Line 2749: from gl_period_types

2745: IF c1%notfound THEN
2746: raise no_rows;
2747: END IF;
2748: select user_period_type into l_user_period_type
2749: from gl_period_types
2750: where period_type = c1_rec.period_type;
2751: Tab0Print('Application = '||l_appname);
2752: Tab0Print('Set of books = '|| c1_rec.sobname ||'(ID='||to_char(p_sobid)||')');
2753: Tab0Print('Period type = '||l_user_period_type);