DBA Data[Home] [Help]

APPS.GL_GLRJED_XMLP_PKG dependencies on GL_PERIOD_STATUSES

Line 443: from gl_period_statuses

439: end if;
440:
441: select effective_period_num
442: into teffnum
443: from gl_period_statuses
444: where period_name = tperiod_name
445: and ledger_id = single_ledger_id
446: and application_id = 101;
447: