DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_DEPRN_PKG dependencies on FA_XLA_EXTRACT_UTIL_PKG

Line 62: if (not fa_xla_extract_util_pkg.G_secondary_special) then

58: 'Beginning of procedure');
59: END IF;
60:
61:
62: if (not fa_xla_extract_util_pkg.G_secondary_special) then
63:
64:
65:
66: insert into fa_xla_ext_headers_b_gt (

Line 104: if (fa_xla_extract_util_pkg.G_secondary_special) then

100:
101:
102: end if;
103:
104: if (fa_xla_extract_util_pkg.G_secondary_special) then
105:
106:
107:
108: insert into fa_xla_ext_headers_b_gt (

Line 182: if (NOT fa_xla_extract_util_pkg.G_secondary_special) then

178: G_MODULE_NAME||l_procedure_name||'.begin',
179: 'Beginning of procedure');
180: END IF;
181:
182: if (NOT fa_xla_extract_util_pkg.G_secondary_special) then
183:
184: INSERT INTO FA_XLA_EXT_HEADERS_B_GT (
185: event_id ,
186: period_close_date ,

Line 215: IF (fa_xla_extract_util_pkg.G_secondary_special) then

211: AND dp.period_counter = ds.period_counter;
212:
213: end if;
214:
215: IF (fa_xla_extract_util_pkg.G_secondary_special) then
216:
217: INSERT INTO FA_XLA_EXT_HEADERS_B_GT (
218: event_id ,
219: period_close_date ,

Line 288: IF (fa_xla_extract_util_pkg.G_secondary_special) THEN

284: G_MODULE_NAME||l_procedure_name||'.begin',
285: 'Beginning of procedure');
286: END IF;
287:
288: IF (fa_xla_extract_util_pkg.G_secondary_special) THEN
289: l_secondary := 1;
290: END IF;
291:
292:

Line 293: if (not fa_xla_extract_util_pkg.G_secondary_special) then

289: l_secondary := 1;
290: END IF;
291:
292:
293: if (not fa_xla_extract_util_pkg.G_secondary_special) then
294:
295:
296:
297: insert into fa_xla_ext_lines_b_gt (

Line 412: if (fa_xla_extract_util_pkg.G_alc_enabled or

408:
409:
410: end if;
411:
412: if (fa_xla_extract_util_pkg.G_alc_enabled or
413: fa_xla_extract_util_pkg.G_secondary_special) then
414:
415:
416:

Line 413: fa_xla_extract_util_pkg.G_secondary_special) then

409:
410: end if;
411:
412: if (fa_xla_extract_util_pkg.G_alc_enabled or
413: fa_xla_extract_util_pkg.G_secondary_special) then
414:
415:
416:
417: insert into fa_xla_ext_lines_b_gt (

Line 882: fa_xla_extract_util_pkg.G_sorp_enabled) then

878: end if;
879:
880: if (l_deprn_tbl(i).capital_adj_generated_ccid is null and
881: l_deprn_tbl(i).deprn_entered_amount <> 0 and
882: fa_xla_extract_util_pkg.G_sorp_enabled) then
883:
884: if (not FA_GCCID_PKG.fafbgcc
885: (X_book_type_code => l_deprn_tbl(i).book_type_code,
886: X_fn_trx_code => 'CAPITAL_ADJ_ACCT',

Line 904: fa_xla_extract_util_pkg.G_sorp_enabled) then

900: end if;
901:
902: if (l_deprn_tbl(i).general_fund_generated_ccid is null and
903: l_deprn_tbl(i).deprn_entered_amount <> 0 and
904: fa_xla_extract_util_pkg.G_sorp_enabled) then
905:
906: if (not FA_GCCID_PKG.fafbgcc
907: (X_book_type_code => l_deprn_tbl(i).book_type_code,
908: X_fn_trx_code => 'GENERAL_FUND_ACCT',

Line 1048: if (fa_xla_extract_util_pkg.G_deprn_exists) then

1044: END IF;
1045:
1046:
1047:
1048: if (fa_xla_extract_util_pkg.G_deprn_exists) then
1049: Lock_Data;
1050: Load_header_data;
1051: Load_line_data;
1052: Load_mls_data;

Line 1072: if (fa_xla_extract_util_pkg.G_rollback_deprn_exists) then

1068:
1069:
1070: end if;
1071:
1072: if (fa_xla_extract_util_pkg.G_rollback_deprn_exists) then
1073: Load_header_data_rb;
1074: end if;
1075:
1076: