DBA Data[Home] [Help]

APPS.AP_WEB_MANAGEMENT_REPORTS_PKG dependencies on GL_PERIODS

Line 65: gl_periods glps

61: SELECT glps.start_date, glps.end_date
62: FROM ap_system_parameters SP,
63: gl_sets_of_books SOB,
64: gl_date_period_map map,
65: gl_periods glps
66: WHERE SOB.set_of_books_id = SP.set_of_books_id
67: AND MAP.period_set_name = SOB.period_set_name
68: AND MAP.period_type = P_PeriodType
69: AND MAP.accounting_date = to_date(P_Date, icx_sec.getID(icx_sec.PV_DATE_FORMAT))