DBA Data[Home] [Help]

APPS.EDW_TIME_PKG dependencies on GL_DATE_PERIOD_MAP

Line 151: gl_date_period_map maps

147: maps.period_set_name,
148: maps.period_name
149: from edw_local_instance ins,
150: gl_sets_of_books sob,
151: gl_date_period_map maps
152: where maps.period_set_name = sob.period_set_name
153: and maps.period_type = sob.accounted_period_type
154: and maps.accounting_date = trunc(cal_date)
155: and sob.set_of_books_id = p_set_of_books_id;