DBA Data[Home] [Help]

APPS.OE_BIS dependencies on GL_PERIODS

Line 284: from gl_periods gp

280: gp.start_date,
281: gp.end_date,
282: p_currency,
283: p_org_id
284: from gl_periods gp
285: where gp.period_type = 'Month'
286: and gp.adjustment_period_flag = 'N'
287: and gp.period_set_name = 'Accounting'
288: and ((p_period_start <= gp.start_date