DBA Data[Home] [Help]

APPS.XLA_TP_BALANCE_RPT_PKG dependencies on GL_PERIOD_STATUSES

Line 528: FROM gl_period_statuses

524: SELECT effective_period_num
525: ,START_DATE
526: INTO l_start_period_num
527: ,l_start_date
528: FROM gl_period_statuses
529: WHERE application_id = 101
530: AND ledger_id = l_ledger_id
531: AND period_name = p_period_from;
532:

Line 537: FROM gl_period_statuses

533: SELECT effective_period_num
534: ,end_date
535: INTO l_end_period_num
536: ,l_end_date
537: FROM gl_period_statuses
538: WHERE application_id = 101
539: AND ledger_id = l_ledger_id
540: AND period_name = p_period_to;
541:

Line 1382: ,gl_period_statuses gls

1378: ,gcck.segment29 SEGMENT29
1379: ,gcck.segment30 SEGMENT30
1380: FROM gl_ledgers gll
1381: ,xla_control_balances xcb
1382: ,gl_period_statuses gls
1383: ,gl_code_combinations_kfv gcck
1384: ,hz_parties hzp
1385: ,hz_party_sites hps
1386: ,hz_locations hzl