DBA Data[Home] [Help]

APPS.XLA_TP_BALANCE_RPT_PKG dependencies on GL_PERIOD_STATUSES

Line 557: FROM gl_period_statuses

553: SELECT effective_period_num
554: ,START_DATE
555: INTO l_start_period_num
556: ,l_start_date
557: FROM gl_period_statuses
558: WHERE application_id = 101
559: AND ledger_id = l_ledger_id
560: AND period_name = p_period_from;
561:

Line 566: FROM gl_period_statuses

562: SELECT effective_period_num
563: ,end_date
564: INTO l_end_period_num
565: ,l_end_date
566: FROM gl_period_statuses
567: WHERE application_id = 101
568: AND ledger_id = l_ledger_id
569: AND period_name = p_period_to;
570:

Line 1367: ,gl_period_statuses gls

1363: ,gcck.segment29 SEGMENT29
1364: ,gcck.segment30 SEGMENT30
1365: FROM gl_ledgers gll
1366: ,xla_control_balances xcb
1367: ,gl_period_statuses gls
1368: ,gl_code_combinations_kfv gcck
1369: ,hz_parties hzp
1370: ,hz_party_sites hps
1371: ,hz_locations hzl