DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on GL_PERIOD_STATUSES

Line 700: from gl_period_statuses glst

696: glst.period_num
697: into x_period_name,
698: x_period_year,
699: x_period_num
700: from gl_period_statuses glst
701: where glst.set_of_books_id = P_sob_id
702: and glst.application_id = 101
703: and glst.adjustment_period_flag = 'N'
704: and valid_fp_tab(1).expenditure_item_date between glst.start_date and glst.end_date;