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 2745: from gl_period_types

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