DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UPD_PKG dependencies on FA_STD_TYPES

Line 242: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

238: if (l_balance_tfr_in_tax > 0) then
239: --adj_row.selection_retid := 0;
240: --adj_row.units_retired := 0;
241: adj_row.selection_thid := 0;
242: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
243: if p_log_level_rec.statement_level then
244: fa_debug_pkg.add(l_calling_fn, '++++ selection_mode', 'FA_STD_TYPES.FA_AJ_ACTIVE', p_log_level_rec);
245: end if;
246: else

Line 244: fa_debug_pkg.add(l_calling_fn, '++++ selection_mode', 'FA_STD_TYPES.FA_AJ_ACTIVE', p_log_level_rec);

240: --adj_row.units_retired := 0;
241: adj_row.selection_thid := 0;
242: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
243: if p_log_level_rec.statement_level then
244: fa_debug_pkg.add(l_calling_fn, '++++ selection_mode', 'FA_STD_TYPES.FA_AJ_ACTIVE', p_log_level_rec);
245: end if;
246: else
247: if candidate_mode in ('RETIRE') then
248: adj_row.selection_retid := l_ret_id_in_corp;

Line 250: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;

246: else
247: if candidate_mode in ('RETIRE') then
248: adj_row.selection_retid := l_ret_id_in_corp;
249: adj_row.units_retired := l_units_retired;
250: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;
251: if p_log_level_rec.statement_level then
252: fa_debug_pkg.add(l_calling_fn, '++++ selection_mode', 'FA_STD_TYPES.FA_AJ_RETIRE', p_log_level_rec);
253: end if;
254: else

Line 252: fa_debug_pkg.add(l_calling_fn, '++++ selection_mode', 'FA_STD_TYPES.FA_AJ_RETIRE', p_log_level_rec);

248: adj_row.selection_retid := l_ret_id_in_corp;
249: adj_row.units_retired := l_units_retired;
250: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;
251: if p_log_level_rec.statement_level then
252: fa_debug_pkg.add(l_calling_fn, '++++ selection_mode', 'FA_STD_TYPES.FA_AJ_RETIRE', p_log_level_rec);
253: end if;
254: else
255: adj_row.selection_thid := l_id_out;
256: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR_PARTIAL;

Line 256: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR_PARTIAL;

252: fa_debug_pkg.add(l_calling_fn, '++++ selection_mode', 'FA_STD_TYPES.FA_AJ_RETIRE', p_log_level_rec);
253: end if;
254: else
255: adj_row.selection_thid := l_id_out;
256: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR_PARTIAL;
257: if p_log_level_rec.statement_level then
258: fa_debug_pkg.add(l_calling_fn, '++++ selection_mode', 'FA_STD_TYPES.FA_AJ_CLEAR_PARTIAL', p_log_level_rec);
259: end if;
260: end if;

Line 258: fa_debug_pkg.add(l_calling_fn, '++++ selection_mode', 'FA_STD_TYPES.FA_AJ_CLEAR_PARTIAL', p_log_level_rec);

254: else
255: adj_row.selection_thid := l_id_out;
256: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR_PARTIAL;
257: if p_log_level_rec.statement_level then
258: fa_debug_pkg.add(l_calling_fn, '++++ selection_mode', 'FA_STD_TYPES.FA_AJ_CLEAR_PARTIAL', p_log_level_rec);
259: end if;
260: end if;
261:
262: end if;

Line 268: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

264: else
265: --adj_row.selection_retid := 0;
266: --adj_row.units_retired := 0;
267: adj_row.selection_thid := 0;
268: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
269: if p_log_level_rec.statement_level then
270: fa_debug_pkg.add(l_calling_fn, '++++ in ELSE: selection_mode', 'FA_STD_TYPES.FA_AJ_ACTIVE', p_log_level_rec);
271: end if;
272: end if;

Line 270: fa_debug_pkg.add(l_calling_fn, '++++ in ELSE: selection_mode', 'FA_STD_TYPES.FA_AJ_ACTIVE', p_log_level_rec);

266: --adj_row.units_retired := 0;
267: adj_row.selection_thid := 0;
268: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
269: if p_log_level_rec.statement_level then
270: fa_debug_pkg.add(l_calling_fn, '++++ in ELSE: selection_mode', 'FA_STD_TYPES.FA_AJ_ACTIVE', p_log_level_rec);
271: end if;
272: end if;
273:
274: end if;

Line 436: dpr in out nocopy FA_STD_TYPES.dpr_struct,

432:
433: FUNCTION fagurt(ret in out nocopy fa_ret_types.ret_struct,
434: bk in out nocopy fa_ret_types.book_struct,
435: cpd_ctr number,
436: dpr in out nocopy FA_STD_TYPES.dpr_struct,
437: cost_frac in number,
438: retpdnum in out nocopy number,
439: today in date,
440: user_id number,

Line 458: --adj_row FA_STD_TYPES.fa_adj_row_struct;

454: nbv_retired_loss_acct varchar2(26);
455: reval_rsv_retired_gain_acct varchar2(26);
456: reval_rsv_retired_loss_acct varchar2(26);
457:
458: --adj_row FA_STD_TYPES.fa_adj_row_struct;
459: adj_row FA_ADJUST_TYPE_PKG.fa_adj_row_struct;
460:
461: h_dr_cr_flag number;
462: h_retire_reval_flag number;

Line 973: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

969:
970:
971: if (ret.units_retired <= 0 or ret.units_retired is null) then
972:
973: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
974: adj_row.selection_retid := 0;
975: adj_row.units_retired := 0;
976:
977: if (bk.current_cost = ret.cost_retired) then

Line 978: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

974: adj_row.selection_retid := 0;
975: adj_row.units_retired := 0;
976:
977: if (bk.current_cost = ret.cost_retired) then
978: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
979: else
980:
981: if bk.book_class then
982: if NOT faginfo(

Line 1002: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;

998:
999: end if;
1000:
1001: else
1002: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;
1003: adj_row.selection_retid := ret.retirement_id;
1004: adj_row.units_retired := ret.units_retired;
1005: end if;
1006:

Line 1456: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

1452: FETCH c_get_unit INTO adj_row.current_units;
1453: CLOSE c_get_unit;
1454:
1455: adj_row.asset_id := bk.group_asset_id;
1456: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
1457: adj_row.selection_retid := 0;
1458: adj_row.units_retired := 0;
1459:
1460: adj_row.adjustment_type := 'NBV RETIRED';

Line 1514: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

1510: still continue to be called in the same manner
1511: as done before the fix for bug 2316862 */
1512: if (ret.units_retired <= 0 or ret.units_retired is null) then
1513:
1514: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
1515: adj_row.selection_retid := 0;
1516: adj_row.units_retired := 0;
1517: else
1518: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;

Line 1518: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;

1514: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
1515: adj_row.selection_retid := 0;
1516: adj_row.units_retired := 0;
1517: else
1518: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;
1519: adj_row.selection_retid := ret.retirement_id;
1520: adj_row.units_retired := ret.units_retired;
1521: end if;
1522: /* End of fix for bug 2444408 */

Line 1592: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

1588: if (bk.group_asset_id is not null) and
1589: (nvl(bk.member_rollup_flag, 'N') = 'N') then
1590: adj_row.track_member_flag := null;
1591: adj_row.asset_id := bk.group_asset_id;
1592: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
1593: adj_row.selection_retid := 0;
1594: adj_row.units_retired := 0;
1595: end if;
1596:

Line 1760: -- adj_row FA_STD_TYPES.fa_adj_row_struct;

1756: fagpct_err exception;
1757:
1758: asset_cost_acct varchar2(26);
1759: cip_cost_acct varchar2(26);
1760: -- adj_row FA_STD_TYPES.fa_adj_row_struct;
1761: adj_row FA_ADJUST_TYPE_PKG.fa_adj_row_struct;
1762:
1763: h_asset_id number(15);
1764: h_ret_id number(15);

Line 1850: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;

1846: adj_row.selection_thid := 0;
1847: adj_row.debit_credit_flag := 'CR';
1848:
1849: if (bk.current_cost = ret.cost_retired) then
1850: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;
1851: else
1852:
1853: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
1854:

Line 1853: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

1849: if (bk.current_cost = ret.cost_retired) then
1850: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;
1851: else
1852:
1853: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
1854:
1855: if (bk.book_class) then
1856: if NOT faginfo(
1857: RET, BK, cpd_ctr,today, user_id

Line 1909: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR_PARTIAL;

1905: to avoid rounding issues with remaining rows in partial unit intercompany retirement.
1906: */
1907: adj_row.selection_thid := h_id_out;
1908: adj_row.debit_credit_flag := 'CR';
1909: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR_PARTIAL;
1910: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
1911:
1912: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,
1913: X_last_update_date,

Line 1969: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE_PARTIAL;

1965: adj_row.current_units := h_cur_units;
1966: --adj_row.selection_thid := 0;
1967: adj_row.selection_thid := h_id_out;
1968: adj_row.debit_credit_flag := 'DR';
1969: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE_PARTIAL;
1970: adj_row.leveling_flag := FALSE;
1971: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
1972:
1973: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,

Line 2023: dpr in out nocopy FA_STD_TYPES.dpr_struct, p_cal in varchar2,

2019: dpr_evenly number, fiscal_year_name in varchar2,
2020: units_retired number, th_id_in number,
2021: cpd_ctr number, today in date,
2022: current_units number, retirement_id number, d_cal in varchar2,
2023: dpr in out nocopy FA_STD_TYPES.dpr_struct, p_cal in varchar2,
2024: pds_catchup number, depreciate_lastyr boolean,
2025: start_pp number, end_pp number,
2026: mrc_sob_type_code in varchar2,
2027: ret in fa_ret_types.ret_struct,

Line 2045: -- adj_row FA_STD_TYPES.fa_adj_row_struct;

2041: expand_array number;
2042: tot_backup_deprn number;
2043: backup_deprn number;
2044: frac_of_fiscal_year number;
2045: -- adj_row FA_STD_TYPES.fa_adj_row_struct;
2046: adj_row FA_ADJUST_TYPE_PKG.fa_adj_row_struct;
2047: period_fracs FA_STD_TYPES.table_fa_cp_struct;
2048:
2049: -- dummy FA_STD_TYPES.dpr_arr_type;

Line 2047: period_fracs FA_STD_TYPES.table_fa_cp_struct;

2043: backup_deprn number;
2044: frac_of_fiscal_year number;
2045: -- adj_row FA_STD_TYPES.fa_adj_row_struct;
2046: adj_row FA_ADJUST_TYPE_PKG.fa_adj_row_struct;
2047: period_fracs FA_STD_TYPES.table_fa_cp_struct;
2048:
2049: -- dummy FA_STD_TYPES.dpr_arr_type;
2050: dummy_num number;
2051: dummy_num2 number;

Line 2049: -- dummy FA_STD_TYPES.dpr_arr_type;

2045: -- adj_row FA_STD_TYPES.fa_adj_row_struct;
2046: adj_row FA_ADJUST_TYPE_PKG.fa_adj_row_struct;
2047: period_fracs FA_STD_TYPES.table_fa_cp_struct;
2048:
2049: -- dummy FA_STD_TYPES.dpr_arr_type;
2050: dummy_num number;
2051: dummy_num2 number;
2052: dpr_out FA_STD_TYPES.dpr_out_struct;
2053: deprn_adjustment number;

Line 2052: dpr_out FA_STD_TYPES.dpr_out_struct;

2048:
2049: -- dummy FA_STD_TYPES.dpr_arr_type;
2050: dummy_num number;
2051: dummy_num2 number;
2052: dpr_out FA_STD_TYPES.dpr_out_struct;
2053: deprn_adjustment number;
2054:
2055: temp_frac number;
2056: temp_pds number;

Line 2124: h_dpr_temp FA_STD_TYPES.dpr_struct;

2120: bonus_deprn_amt number;
2121: reval_deprn_amt number;
2122: reval_amort number;
2123: p_pers_per_yr number(3);
2124: h_dpr_temp FA_STD_TYPES.dpr_struct;
2125: h_amt_to_retain number;
2126: h_temp_end_pp number;
2127:
2128:

Line 3806: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

3802: -- partial cost retirement
3803:
3804: adj_row.selection_retid := 0;
3805: adj_row.units_retired := 0;
3806: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
3807: adj_row.mrc_sob_type_code := mrc_sob_type_code;
3808:
3809:
3810: if (bk.book_class) then

Line 3844: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;

3840: else -- partial unit retirement
3841:
3842: adj_row.selection_retid := retirement_id;
3843: adj_row.units_retired := units_retired;
3844: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;
3845:
3846: if p_log_level_rec.statement_level then
3847: fa_debug_pkg.add
3848: (fname => l_calling_fn,

Line 3904: dpr in out nocopy FA_STD_TYPES.dpr_struct,

3900: *===========================================================================*/
3901:
3902: FUNCTION fagpdp(ret in out nocopy fa_ret_types.ret_struct,
3903: bk in out nocopy fa_ret_types.book_struct,
3904: dpr in out nocopy FA_STD_TYPES.dpr_struct,
3905: today in date, pds_catchup number,
3906: cpd_ctr number, cpdnum number,
3907: cost_frac in number, deprn_amt in out nocopy number,
3908: bonus_deprn_amt in out nocopy number,

Line 3918: -- adj_row FA_STD_TYPES.fa_adj_row_struct;

3914: dummy number;
3915: fy_name varchar2(30);
3916: deprn_start_pnum number;
3917: deprn_start_fy number;
3918: -- adj_row FA_STD_TYPES.fa_adj_row_struct;
3919: adj_row FA_ADJUST_TYPE_PKG.fa_adj_row_struct;
3920:
3921: h_work_pdnum number;
3922: h_stop_pdnum number;

Line 4325: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

4321:
4322: adj_row.debit_credit_flag := 'DR';
4323: adj_row.adjustment_type := 'EXPENSE';
4324: adj_row.adjustment_amount := deprn_amt;
4325: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
4326: adj_row.selection_retid := 0;
4327: adj_row.units_retired := 0;
4328: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
4329:

Line 4376: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

4372: adj_row.account_type := 'BONUS_DEPRN_EXPENSE_ACCT';
4373: adj_row.debit_credit_flag := 'DR';
4374: adj_row.adjustment_type := 'BONUS EXPENSE';
4375: adj_row.adjustment_amount := bonus_deprn_amt;
4376: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
4377: adj_row.selection_retid := 0;
4378: adj_row.units_retired := 0;
4379: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
4380:

Line 4443: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;

4439:
4440: adj_row.debit_credit_flag := 'DR';
4441: adj_row.adjustment_type := 'EXPENSE';
4442: adj_row.adjustment_amount := deprn_amt;
4443: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_RETIRE;
4444: adj_row.selection_retid := ret.retirement_id;
4445: adj_row.units_retired := ret.units_retired;
4446: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
4447:

Line 4476: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

4472: adj_row.account_type := 'BONUS_DEPRN_EXPENSE_ACCT';
4473: adj_row.debit_credit_flag := 'DR';
4474: adj_row.adjustment_type := 'BONUS EXPENSE';
4475: adj_row.adjustment_amount := bonus_deprn_amt;
4476: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
4477: adj_row.selection_retid := 0;
4478: adj_row.units_retired := 0;
4479: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
4480:

Line 4820: -- adj_row FA_STD_TYPES.fa_adj_row_struct;

4816: tot_bonus_deprn_reserve number;
4817: deprn_rsv_acct varchar2(30);
4818: reval_rsv_acct varchar2(30);
4819: bonus_deprn_rsv_acct varchar2(30);
4820: -- adj_row FA_STD_TYPES.fa_adj_row_struct;
4821: adj_row FA_ADJUST_TYPE_PKG.fa_adj_row_struct;
4822:
4823: h_retire_reval_flag number;
4824: h_asset_id number(15);

Line 5060: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;

5056: adj_row.selection_thid := 0;
5057: adj_row.debit_credit_flag := 'DR';
5058:
5059: if (bk.current_cost = ret.cost_retired) then
5060: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;
5061: else
5062: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
5063: -- Bug 5149832
5064: if (bk.book_class) then

Line 5062: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

5058:
5059: if (bk.current_cost = ret.cost_retired) then
5060: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;
5061: else
5062: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
5063: -- Bug 5149832
5064: if (bk.book_class) then
5065: if NOT faginfo(
5066: RET, BK, cpd_ctr,today, user_id

Line 5262: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR_PARTIAL;

5258:
5259: /* Fix for Bug#4617352: We have decided to create adj lines only for affected rows
5260: to avoid rounding issues with remaining rows in partial unit intercompany retirement.
5261: */
5262: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR_PARTIAL;
5263: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
5264:
5265: if (bk.group_asset_id is not null) and
5266: (nvl(bk.member_rollup_flag, 'N') = 'N') then

Line 5348: -- Bug 5170275: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE_PARTIAL;

5344: adj_row.current_units := h_cur_units;
5345: --adj_row.selection_thid := 0;
5346: adj_row.selection_thid := h_id_out;
5347: adj_row.debit_credit_flag := 'CR';
5348: -- Bug 5170275: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE_PARTIAL;
5349: if h_sum_of_part_active_units > 0 then
5350: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE_PARTIAL;
5351: else
5352: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

Line 5350: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE_PARTIAL;

5346: adj_row.selection_thid := h_id_out;
5347: adj_row.debit_credit_flag := 'CR';
5348: -- Bug 5170275: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE_PARTIAL;
5349: if h_sum_of_part_active_units > 0 then
5350: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE_PARTIAL;
5351: else
5352: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
5353: end if;
5354: adj_row.leveling_flag := FALSE;

Line 5352: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

5348: -- Bug 5170275: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE_PARTIAL;
5349: if h_sum_of_part_active_units > 0 then
5350: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE_PARTIAL;
5351: else
5352: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
5353: end if;
5354: adj_row.leveling_flag := FALSE;
5355: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
5356:

Line 5381: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;

5377: adj_row.adjustment_amount := 0;
5378: adj_row.amount_inserted := 0;
5379: adj_row.selection_thid := h_id_out;
5380: adj_row.debit_credit_flag := 'DR';
5381: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;
5382: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
5383:
5384: if p_log_level_rec.statement_level then
5385: fa_debug_pkg.add

Line 5410: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

5406:
5407: adj_row.current_units := h_cur_units;
5408: adj_row.selection_thid := 0;
5409: adj_row.debit_credit_flag := 'CR';
5410: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
5411: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
5412:
5413: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,
5414: X_last_update_date,

Line 5450: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;

5446: adj_row.adjustment_type := 'REVAL RESERVE';
5447: adj_row.adjustment_amount := 0;
5448: adj_row.selection_thid := h_id_out;
5449: adj_row.debit_credit_flag := 'DR';
5450: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;
5451: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
5452:
5453: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,
5454: X_last_update_date,

Line 5619: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

5615: adj_row.account_type := 'DEPRN_RESERVE_ACCT';
5616: adj_row.adjustment_type := 'RESERVE';
5617: adj_row.selection_thid := 0;
5618: adj_row.debit_credit_flag := 'DR';
5619: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
5620: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
5621: adj_row.track_member_flag := null;
5622:
5623: if p_log_level_rec.statement_level then

Line 5673: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;

5669: adj_row.account_type := 'BONUS_DEPRN_RESERVE_ACCT';
5670: adj_row.adjustment_type := 'BONUS RESERVE';
5671: adj_row.selection_thid := 0;
5672: adj_row.debit_credit_flag := 'DR';
5673: adj_row.selection_mode := FA_STD_TYPES.FA_AJ_ACTIVE;
5674: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
5675: adj_row.track_member_flag := null;
5676:
5677: if p_log_level_rec.statement_level then