DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on GL_PERIOD_STATUSES

Line 655: from gl_period_statuses glst

651: glst.period_num
652: into x_period_name,
653: x_period_year,
654: x_period_num
655: from gl_period_statuses glst
656: where glst.set_of_books_id = P_sob_id
657: and glst.application_id = 101
658: and glst.adjustment_period_flag = 'N'
659: and valid_fp_tab(1).expenditure_item_date between glst.start_date and glst.end_date;