DBA Data[Home] [Help]

APPS.XLA_BALANCES_CALC_PKG dependencies on XLA_ANALYTICAL_HDRS_B

Line 533: , xla_analytical_hdrs_b xbh

529: , SUBSTR (gps.effective_period_num, 1, 4) period_year
530: FROM xla_ae_headers aeh
531: , xla_ae_lines ael
532: , xla_ae_line_acs acs
533: , xla_analytical_hdrs_b xbh
534: , gl_period_statuses gps
535: , xla_ledger_options xlo
536: , xla_ledger_relationships_v xlr
537: $bal_concurrency$

Line 987: ,xla_analytical_hdrs_b xbh --Bug13498442

983: , gps.period_name
984: , gps.effective_period_num
985: , gps.period_year
986: FROM gl_period_statuses gps
987: ,xla_analytical_hdrs_b xbh --Bug13498442
988: , gl_code_combinations gcc --Bug13498442
989: , xla_ac_bal_interim_gt tmp
990: , xla_ledger_options xlo
991: , xla_ledger_relationships_v xlr

Line 1266: , xla_analytical_hdrs_b xbh

1262: , '||g_prog_appl_id||'
1263: , '||g_prog_id||'
1264: , '||g_req_id||'
1265: FROM xla_ac_bal_interim_gt temp
1266: , xla_analytical_hdrs_b xbh
1267: , gl_code_combinations gcc
1268: , gl_period_statuses gps
1269: , xla_ledger_relationships_v xlr
1270: WHERE xlr.ledger_id = temp.ledger_id

Line 3097: , xla_analytical_hdrs_b xbh

3093: ,g_req_id
3094: FROM gl_period_statuses gps
3095: , xla_ac_balances bal
3096: , gl_code_combinations gcc
3097: , xla_analytical_hdrs_b xbh
3098: , (select ledger_id
3099: from xla_ledger_relationships_v
3100: where (ledger_category_code IN ('PRIMARY','ALC')
3101: and primary_ledger_id = p_ledger_id)