DBA Data[Home] [Help]

APPS.JA_INTERFACE_VAL dependencies on GL_PERIOD_STATUSES

Line 438: from gl_period_statuses

434: INTO l_tax_acct_per_exists
435: FROM dual
436: WHERE p_global_attribute4 in
437: (select period_name
438: from gl_period_statuses
439: where application_id=200
440: and set_of_books_id = p_set_of_books_id
441: and closing_status in ('O','F')
442: and adjustment_period_flag = 'N'