DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on GL_PERIODS

Line 5837: FROM gl_periods gp,

5833: /* Bug 5444387 - Checked for line rule_start_date to be in a GL period instead of trx_date
5834: and also added check for the status of the gl_period with a join to gl_period_statuses */
5835: SELECT COUNT(*)
5836: INTO l_period_exist
5837: FROM gl_periods gp,
5838: gl_sets_of_books sob,
5839: gl_period_statuses gps
5840: WHERE sob.set_of_books_id = l_set_of_books_id
5841: AND gp.adjustment_period_flag = 'N'