DBA Data[Home] [Help]

APPS.PJI_REP_UTIL dependencies on PJI_SYSTEM_SETTINGS

Line 2773: FROM pji_system_settings;

2769:
2770:
2771: SELECT curr_rep_gl_period, curr_rep_pa_period, curr_rep_ent_period
2772: INTO l_curr_rep_gl_period, l_curr_rep_pa_period, l_curr_rep_ent_period
2773: FROM pji_system_settings;
2774:
2775: IF p_calendar_type = 'G' THEN
2776: l_active_rep := l_curr_rep_gl_period;
2777: l_application_id := 101;