DBA Data[Home] [Help]

APPS.GL_GLRGNL_XMLP_PKG dependencies on GL_PERIOD_STATUSES

Line 485: from gl_period_statuses

481: end if;
482:
483: select start_date, end_date
484: into tstart_date, tend_date
485: from gl_period_statuses
486: where period_name = tperiod_name
487: and ledger_id = single_ledger_id
488: and application_id = 101;
489:

Line 531: from gl_period_statuses

527: end if;
528:
529: select effective_period_num
530: into teffnum
531: from gl_period_statuses
532: where period_name = tperiod_name
533: and ledger_id = single_ledger_id
534: and application_id = 101;
535: