DBA Data[Home] [Help]

APPS.FA_SLA_EVENTS_UPG_PKG dependencies on FA_XLA_UPG_HEADERS_GT

Line 4430: into fa_xla_upg_headers_gt (

4426: transaction_date_entered
4427: -- transaction_date
4428: )
4429: when event_id is null then -- Bug 6811554
4430: into fa_xla_upg_headers_gt (
4431: ae_header_id,
4432: event_id,
4433: set_of_books_id
4434: ) values (

Line 5516: fa_xla_upg_headers_gt he,

5512: order by adj.adjustment_line_id, mult.adj_row) ae_line_num,
5513: mult.adj_row adj_row
5514: from
5515: fa_xla_upg_events_gt ev,
5516: fa_xla_upg_headers_gt he,
5517: fa_adjustments adj,
5518: fa_lookups_tl lk,
5519: fa_lookups_tl lk2,
5520: gl_je_headers gljh,

Line 5597: into fa_xla_upg_headers_gt (

5593: if (l_mc_books > 0) then
5594:
5595: insert all
5596: when 1 = 1 then
5597: into fa_xla_upg_headers_gt (
5598: ae_header_id,
5599: event_id,
5600: set_of_books_id
5601: ) values (

Line 6435: fa_xla_upg_headers_gt he,

6431: order by adj.adjustment_line_id, mult.adj_row) ae_line_num,
6432: mult.adj_row adj_row
6433: from
6434: fa_xla_upg_events_gt ev,
6435: fa_xla_upg_headers_gt he,
6436: fa_mc_adjustments adj,
6437: fa_lookups_tl lk,
6438: fa_lookups_tl lk2,
6439: gl_je_headers gljh,

Line 7039: into fa_xla_upg_headers_gt (

7035: transaction_date_entered
7036: -- transaction_date
7037: )
7038: when 1 = 1 then
7039: into fa_xla_upg_headers_gt (
7040: ae_header_id,
7041: event_id,
7042: set_of_books_id
7043: ) values (

Line 7623: fa_xla_upg_headers_gt he,

7619: order by dd.distribution_id, mult.multiplier)
7620: ae_line_num,
7621: mult.multiplier multiplier
7622: from fa_xla_upg_events_gt ev,
7623: fa_xla_upg_headers_gt he,
7624: fa_deprn_detail dd,
7625: fa_distribution_history dh,
7626: fa_distribution_accounts da,
7627: gl_je_lines jl_de,

Line 7677: into fa_xla_upg_headers_gt (

7673: if (p_mode <> 'downtime') then
7674:
7675: insert all
7676: when 1 = 1 then
7677: into fa_xla_upg_headers_gt (
7678: ae_header_id,
7679: event_id,
7680: set_of_books_id
7681: ) values (

Line 8145: fa_xla_upg_headers_gt he,

8141: order by dd.distribution_id, mult.multiplier)
8142: ae_line_num,
8143: mult.multiplier multiplier
8144: from fa_xla_upg_events_gt ev,
8145: fa_xla_upg_headers_gt he,
8146: fa_mc_deprn_detail dd,
8147: fa_distribution_history dh,
8148: fa_distribution_accounts da,
8149: gl_je_lines jl_de,