DBA Data[Home] [Help]

APPS.BIS_POSTACTUAL dependencies on GL_PERIODS

Line 270: FROM gl_periods

266: l_end_date DATE;
267:
268: cursor c_date IS
269: SELECT start_date, end_date
270: FROM gl_periods
271: WHERE UPPER(period_type) = UPPER(p_period_type)
272: AND UPPER(period_set_name) = UPPER(p_calendar);
273:
274: BEGIN

Line 354: FROM gl_periods gl,

350: l_msg VARCHAR2(100);
351:
352: CURSOR c_cal IS
353: SELECT sob.period_set_name
354: FROM gl_periods gl,
355: gl_sets_of_books sob,
356: bis_levels l,
357: BIS_TARGET_LEVELS TL
358: WHERE