DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on GL_PERIODS

Line 5709: FROM gl_periods gp,

5705: /* Bug 5444387 - Checked for line rule_start_date to be in a GL period instead of trx_date
5706: and also added check for the status of the gl_period with a join to gl_period_statuses */
5707: SELECT COUNT(*)
5708: INTO l_period_exist
5709: FROM gl_periods gp,
5710: gl_sets_of_books sob,
5711: gl_period_statuses gps
5712: WHERE sob.set_of_books_id = l_set_of_books_id
5713: AND gp.adjustment_period_flag = 'N'