DBA Data[Home] [Help]

APPS.FA_SLA_EVENTS_UPG_PKG dependencies on FA_XLA_UPG_HEADERS_GT

Line 4335: into fa_xla_upg_headers_gt (

4331: transaction_date_entered
4332: -- transaction_date
4333: )
4334: when 1 = 1 then
4335: into fa_xla_upg_headers_gt (
4336: ae_header_id,
4337: event_id,
4338: set_of_books_id
4339: ) values (

Line 5377: fa_xla_upg_headers_gt he,

5373: order by adj.adjustment_line_id, mult.adj_row) ae_line_num,
5374: mult.adj_row adj_row
5375: from
5376: fa_xla_upg_events_gt ev,
5377: fa_xla_upg_headers_gt he,
5378: fa_adjustments adj,
5379: fa_lookups_tl lk,
5380: fa_lookups_tl lk2,
5381: gl_je_headers gljh,

Line 5458: into fa_xla_upg_headers_gt (

5454: if (l_mc_books > 0) then
5455:
5456: insert all
5457: when 1 = 1 then
5458: into fa_xla_upg_headers_gt (
5459: ae_header_id,
5460: event_id,
5461: set_of_books_id
5462: ) values (

Line 6296: fa_xla_upg_headers_gt he,

6292: order by adj.adjustment_line_id, mult.adj_row) ae_line_num,
6293: mult.adj_row adj_row
6294: from
6295: fa_xla_upg_events_gt ev,
6296: fa_xla_upg_headers_gt he,
6297: fa_mc_adjustments adj,
6298: fa_lookups_tl lk,
6299: fa_lookups_tl lk2,
6300: gl_je_headers gljh,

Line 6673: into fa_xla_upg_headers_gt (

6669: transaction_date_entered
6670: -- transaction_date
6671: )
6672: when 1 = 1 then
6673: into fa_xla_upg_headers_gt (
6674: ae_header_id,
6675: event_id,
6676: set_of_books_id
6677: ) values (

Line 7007: into fa_xla_upg_headers_gt (

7003: transaction_date_entered
7004: -- transaction_date
7005: )
7006: when 1 = 1 then
7007: into fa_xla_upg_headers_gt (
7008: ae_header_id,
7009: event_id,
7010: set_of_books_id
7011: ) values (

Line 7549: fa_xla_upg_headers_gt he,

7545: order by dd.distribution_id, mult.multiplier)
7546: ae_line_num,
7547: mult.multiplier multiplier
7548: from fa_xla_upg_events_gt ev,
7549: fa_xla_upg_headers_gt he,
7550: fa_deprn_detail dd,
7551: fa_distribution_history dh,
7552: fa_distribution_accounts da,
7553: gl_je_lines jl_de,

Line 7600: into fa_xla_upg_headers_gt (

7596: if (l_mc_books > 0) then
7597:
7598: insert all
7599: when 1 = 1 then
7600: into fa_xla_upg_headers_gt (
7601: ae_header_id,
7602: event_id,
7603: set_of_books_id
7604: ) values (

Line 8065: fa_xla_upg_headers_gt he,

8061: order by dd.distribution_id, mult.multiplier)
8062: ae_line_num,
8063: mult.multiplier multiplier
8064: from fa_xla_upg_events_gt ev,
8065: fa_xla_upg_headers_gt he,
8066: fa_mc_deprn_detail dd,
8067: fa_distribution_history dh,
8068: fa_distribution_accounts da,
8069: gl_je_lines jl_de,