DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PVT dependencies on FA_INS_ADJUST_PKG

Line 417: if not FA_INS_ADJUST_PKG.faxinaj

413: end if;
414:
415: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
416:
417: if not FA_INS_ADJUST_PKG.faxinaj
418: (l_adj,
419: p_trans_rec.who_info.last_update_date,
420: p_trans_rec.who_info.last_updated_by,
421: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 433: if not FA_INS_ADJUST_PKG.faxinaj

429: l_adj.debit_credit_flag := 'CR';
430: l_adj.account_type := 'NBV_RETIRED_GAIN_ACCT';
431: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_gain_acct;
432:
433: if not FA_INS_ADJUST_PKG.faxinaj
434: (l_adj,
435: p_trans_rec.who_info.last_update_date,
436: p_trans_rec.who_info.last_updated_by,
437: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1640: if not FA_INS_ADJUST_PKG.faxinaj

1636: l_adj.adjustment_amount := p_asset_fin_rec.cost;
1637: l_adj.selection_thid := p_trans_rec.transaction_header_id;
1638: l_adj.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;
1639: --tk_util.DumpAdjRec(l_adj, 'URCR');
1640: if not FA_INS_ADJUST_PKG.faxinaj
1641: (l_adj,
1642: p_trans_rec.who_info.last_update_date,
1643: p_trans_rec.who_info.last_updated_by,
1644: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1657: if not FA_INS_ADJUST_PKG.faxinaj

1653: l_adj.adjustment_amount := p_asset_retire_rec.cost_retired;
1654: l_adj.selection_thid := 0;
1655: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
1656:
1657: if not FA_INS_ADJUST_PKG.faxinaj
1658: (l_adj,
1659: p_trans_rec.who_info.last_update_date,
1660: p_trans_rec.who_info.last_updated_by,
1661: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1699: if not FA_INS_ADJUST_PKG.faxinaj

1695: l_adj.leveling_flag := FALSE;
1696: l_adj.adjustment_amount := p_asset_fin_rec.cost - p_asset_retire_rec.cost_retired;
1697: --tk_util.DumpAdjRec(l_adj, 'URDR');
1698: if (l_adj.adjustment_amount <>0) then
1699: if not FA_INS_ADJUST_PKG.faxinaj
1700: (l_adj,
1701: p_trans_rec.who_info.last_update_date,
1702: p_trans_rec.who_info.last_updated_by,
1703: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1710: if not FA_INS_ADJUST_PKG.faxinaj

1706: end if;
1707: /* -- no need for this since it will use above condition in CR logic.
1708: else
1709: --tk_util.DumpAdjRec(l_adj, 'URCR');
1710: if not FA_INS_ADJUST_PKG.faxinaj
1711: (l_adj,
1712: p_trans_rec.who_info.last_update_date,
1713: p_trans_rec.who_info.last_updated_by,
1714: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1784: if not FA_INS_ADJUST_PKG.faxinaj

1780: if (p_log_level_rec.statement_level) then
1781: fa_debug_pkg.add(l_calling_fn, 'Retired Reserve', l_adj.adjustment_amount, p_log_level_rec => p_log_level_rec);
1782: end if;
1783:
1784: if not FA_INS_ADJUST_PKG.faxinaj
1785: (l_adj,
1786: p_trans_rec.who_info.last_update_date,
1787: p_trans_rec.who_info.last_updated_by,
1788: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1807: if not FA_INS_ADJUST_PKG.faxinaj

1803: if (p_log_level_rec.statement_level) then
1804: fa_debug_pkg.add(l_calling_fn, 'Retired Reserve for Proceeds of Sale', l_adj.adjustment_amount, p_log_level_rec => p_log_level_rec);
1805: end if;
1806:
1807: if not FA_INS_ADJUST_PKG.faxinaj
1808: (l_adj,
1809: p_trans_rec.who_info.last_update_date,
1810: p_trans_rec.who_info.last_updated_by,
1811: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1829: if not FA_INS_ADJUST_PKG.faxinaj

1825: if (p_log_level_rec.statement_level) then
1826: fa_debug_pkg.add(l_calling_fn, 'Retired Reserve for Cost of Removal', l_adj.adjustment_amount, p_log_level_rec => p_log_level_rec);
1827: end if;
1828:
1829: if not FA_INS_ADJUST_PKG.faxinaj
1830: (l_adj,
1831: p_trans_rec.who_info.last_update_date,
1832: p_trans_rec.who_info.last_updated_by,
1833: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1853: if not FA_INS_ADJUST_PKG.faxinaj

1849: if (p_log_level_rec.statement_level) then
1850: fa_debug_pkg.add(l_calling_fn, 'Cost of Removal for member asset', l_adj.adjustment_amount, p_log_level_rec => p_log_level_rec);
1851: end if;
1852:
1853: if not FA_INS_ADJUST_PKG.faxinaj
1854: (l_adj,
1855: p_trans_rec.who_info.last_update_date,
1856: p_trans_rec.who_info.last_updated_by,
1857: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1878: if not FA_INS_ADJUST_PKG.faxinaj

1874: if (p_log_level_rec.statement_level) then
1875: fa_debug_pkg.add(l_calling_fn, 'Proceeds of Sale for member asset', l_adj.adjustment_amount, p_log_level_rec => p_log_level_rec);
1876: end if;
1877:
1878: if not FA_INS_ADJUST_PKG.faxinaj
1879: (l_adj,
1880: p_trans_rec.who_info.last_update_date,
1881: p_trans_rec.who_info.last_updated_by,
1882: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1945: if not FA_INS_ADJUST_PKG.faxinaj

1941: l_adj.flush_adj_flag := TRUE;
1942: end if;
1943:
1944: --tk_util.DumpAdjRec(l_adj, 'RSV');
1945: if not FA_INS_ADJUST_PKG.faxinaj
1946: (l_adj,
1947: p_trans_rec.who_info.last_update_date,
1948: p_trans_rec.who_info.last_updated_by,
1949: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1968: if not FA_INS_ADJUST_PKG.faxinaj

1964: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
1965: l_adj.adjustment_amount := p_asset_retire_rec.detail_info.gain_loss_amount;
1966:
1967: --tk_util.DumpAdjRec(l_adj, 'LNP RSV');
1968: if not FA_INS_ADJUST_PKG.faxinaj
1969: (l_adj,
1970: p_trans_rec.who_info.last_update_date,
1971: p_trans_rec.who_info.last_updated_by,
1972: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1984: if not FA_INS_ADJUST_PKG.faxinaj

1980: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_gain_acct;
1981: l_adj.adjustment_amount := p_asset_retire_rec.detail_info.gain_loss_amount;
1982:
1983: --tk_util.DumpAdjRec(l_adj, 'LNP NBVRET');
1984: if not FA_INS_ADJUST_PKG.faxinaj
1985: (l_adj,
1986: l_trans_rec.who_info.last_update_date,
1987: l_trans_rec.who_info.last_updated_by,
1988: l_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2006: if not FA_INS_ADJUST_PKG.faxinaj

2002: l_adj.account_type := 'DEPRN_RESERVE_ACCT';
2003: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
2004: l_adj.adjustment_amount := p_asset_retire_rec.cost_of_removal;
2005: --tk_util.DumpAdjRec(l_adj, 'COR');
2006: if not FA_INS_ADJUST_PKG.faxinaj
2007: (l_adj,
2008: p_trans_rec.who_info.last_update_date,
2009: --p_mode <> 'CR' p_trans_rec.who_info.last_updated_by,
2010: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2029: if not FA_INS_ADJUST_PKG.faxinaj

2025: if (nvl(p_asset_retire_rec.proceeds_of_sale, 0) = 0) then
2026: l_adj.flush_adj_flag := TRUE;
2027: end if;
2028: --tk_util.DumpAdjRec(l_adj, 'COR');
2029: if not FA_INS_ADJUST_PKG.faxinaj
2030: (l_adj,
2031: p_trans_rec.who_info.last_update_date,
2032: p_trans_rec.who_info.last_updated_by,
2033: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2056: if not FA_INS_ADJUST_PKG.faxinaj

2052: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
2053: l_adj.adjustment_amount := p_asset_retire_rec.proceeds_of_sale;
2054:
2055: --tk_util.DumpAdjRec(l_adj, 'POS');
2056: if not FA_INS_ADJUST_PKG.faxinaj
2057: (l_adj,
2058: p_trans_rec.who_info.last_update_date,
2059: p_trans_rec.who_info.last_updated_by,
2060: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2079: if not FA_INS_ADJUST_PKG.faxinaj

2075: l_adj.account := fa_cache_pkg.fazcbc_record.proceeds_of_sale_clearing_acct;
2076: l_adj.flush_adj_flag := TRUE;
2077:
2078: --tk_util.DumpAdjRec(l_adj, 'POS');
2079: if not FA_INS_ADJUST_PKG.faxinaj
2080: (l_adj,
2081: p_trans_rec.who_info.last_update_date,
2082: p_trans_rec.who_info.last_updated_by,
2083: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2184: if not FA_INS_ADJUST_PKG.faxinaj

2180: else
2181: l_adj.debit_credit_flag := 'CR';
2182: end if;
2183:
2184: if not FA_INS_ADJUST_PKG.faxinaj
2185: (l_adj,
2186: p_trans_rec.who_info.last_update_date,
2187: p_trans_rec.who_info.last_updated_by,
2188: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2229: if not FA_INS_ADJUST_PKG.faxinaj

2225: else
2226: l_adj.debit_credit_flag := 'DR';
2227: end if;
2228:
2229: if not FA_INS_ADJUST_PKG.faxinaj
2230: (l_adj,
2231: p_trans_rec.who_info.last_update_date,
2232: p_trans_rec.who_info.last_updated_by,
2233: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2274: if not FA_INS_ADJUST_PKG.faxinaj

2270: else
2271: l_adj.debit_credit_flag := 'DR';
2272: end if;
2273:
2274: if not FA_INS_ADJUST_PKG.faxinaj
2275: (l_adj,
2276: p_trans_rec.who_info.last_update_date,
2277: p_trans_rec.who_info.last_updated_by,
2278: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2481: -- call FA_INS_ADJUST_PKG.faxinaj

2477: /* bug#15897249 end */
2478:
2479: --
2480: -- populate FA_ADJUST_TYPE_PKG.FA_ADJ_ROW_STRUCT(l_adj)to
2481: -- call FA_INS_ADJUST_PKG.faxinaj
2482: --
2483: l_adj.transaction_header_id := p_trans_rec.transaction_header_id;
2484: l_adj.source_type_code := 'RETIREMENT';
2485: l_adj.period_counter_created := p_period_rec.period_counter;

Line 2537: if not FA_INS_ADJUST_PKG.faxinaj

2533: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
2534: end if;
2535:
2536: --tk_util.DumpAdjRec(l_adj, l_adj.debit_credit_flag||':'||to_char(nvl(p_asset_retire_rec.units_retired, 0)));
2537: if not FA_INS_ADJUST_PKG.faxinaj
2538: (l_adj,
2539: p_trans_rec.who_info.last_update_date,
2540: p_trans_rec.who_info.last_updated_by,
2541: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2568: if not FA_INS_ADJUST_PKG.faxinaj

2564: l_adj.leveling_flag := FALSE;
2565: l_adj.adjustment_amount := l_adj.amount_inserted +
2566: p_asset_retire_rec.cost_retired;
2567: --tk_util.DumpAdjRec(l_adj, 'URDR');
2568: if not FA_INS_ADJUST_PKG.faxinaj
2569: (l_adj,
2570: p_trans_rec.who_info.last_update_date,
2571: p_trans_rec.who_info.last_updated_by,
2572: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2621: if not FA_INS_ADJUST_PKG.faxinaj

2617: l_adj.adjustment_amount := p_asset_retire_rec.reserve_retired;
2618: l_adj.track_member_flag := 'Y';
2619:
2620: --tk_util.DumpAdjRec(l_adj, 'mRSV');
2621: if not FA_INS_ADJUST_PKG.faxinaj
2622: (l_adj,
2623: p_trans_rec.who_info.last_update_date,
2624: p_trans_rec.who_info.last_updated_by,
2625: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2683: if not FA_INS_ADJUST_PKG.faxinaj

2679: l_adj.adjustment_amount := p_asset_retire_rec.cost_retired;
2680: l_adj.track_member_flag := null;
2681:
2682: --tk_util.DumpAdjRec(l_adj, 'RSV');
2683: if not FA_INS_ADJUST_PKG.faxinaj
2684: (l_adj,
2685: p_trans_rec.who_info.last_update_date,
2686: p_trans_rec.who_info.last_updated_by,
2687: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2728: if not FA_INS_ADJUST_PKG.faxinaj

2724: l_adj.asset_id := r_pos_cor_adj.asset_id;
2725: l_adj.adjustment_amount := r_pos_cor_adj.adjustment_amount;
2726: l_adj.distribution_id := r_pos_cor_adj.distribution_id;
2727: --tk_util.DumpAdjRec(l_adj, r_pos_cor_adj.adjustment_type);
2728: if not FA_INS_ADJUST_PKG.faxinaj
2729: (l_adj,
2730: p_trans_rec.who_info.last_update_date,
2731: p_trans_rec.who_info.last_updated_by,
2732: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2778: if not FA_INS_ADJUST_PKG.faxinaj

2774: l_adj.account_type := 'DEPRN_RESERVE_ACCT';
2775: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
2776:
2777: --tk_util.DumpAdjRec(l_adj, 'RSV');
2778: if not FA_INS_ADJUST_PKG.faxinaj
2779: (l_adj,
2780: p_trans_rec.who_info.last_update_date,
2781: p_trans_rec.who_info.last_updated_by,
2782: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2801: if not FA_INS_ADJUST_PKG.faxinaj

2797: l_adj.asset_id := r_pos_cor_adj.asset_id;
2798: l_adj.adjustment_amount := r_pos_cor_adj.adjustment_amount;
2799: l_adj.distribution_id := r_pos_cor_adj.distribution_id;
2800:
2801: if not FA_INS_ADJUST_PKG.faxinaj
2802: (l_adj,
2803: p_trans_rec.who_info.last_update_date,
2804: p_trans_rec.who_info.last_updated_by,
2805: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2851: if not FA_INS_ADJUST_PKG.faxinaj

2847: l_adj.account_type := 'DEPRN_RESERVE_ACCT';
2848: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
2849:
2850: --tk_util.DumpAdjRec(l_adj, 'RSV');
2851: if not FA_INS_ADJUST_PKG.faxinaj
2852: (l_adj,
2853: p_trans_rec.who_info.last_update_date,
2854: p_trans_rec.who_info.last_updated_by,
2855: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2872: if not FA_INS_ADJUST_PKG.faxinaj

2868: l_adj.mrc_sob_type_code := p_mrc_sob_type_code;
2869: l_adj.set_of_books_id := p_asset_hdr_rec.set_of_books_id;
2870:
2871:
2872: if not FA_INS_ADJUST_PKG.faxinaj
2873: (l_adj,
2874: p_trans_rec.who_info.last_update_date,
2875: p_trans_rec.who_info.last_updated_by,
2876: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 3007: if not FA_INS_ADJUST_PKG.faxinaj

3003: else
3004: l_adj.debit_credit_flag := 'CR';
3005: end if;
3006:
3007: if not FA_INS_ADJUST_PKG.faxinaj
3008: (l_adj,
3009: p_trans_rec.who_info.last_update_date,
3010: p_trans_rec.who_info.last_updated_by,
3011: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 3051: if not FA_INS_ADJUST_PKG.faxinaj

3047: else
3048: l_adj.debit_credit_flag := 'DR';
3049: end if;
3050:
3051: if not FA_INS_ADJUST_PKG.faxinaj
3052: (l_adj,
3053: p_trans_rec.who_info.last_update_date,
3054: p_trans_rec.who_info.last_updated_by,
3055: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 3095: if not FA_INS_ADJUST_PKG.faxinaj

3091: else
3092: l_adj.debit_credit_flag := 'DR';
3093: end if;
3094:
3095: if not FA_INS_ADJUST_PKG.faxinaj
3096: (l_adj,
3097: p_trans_rec.who_info.last_update_date,
3098: p_trans_rec.who_info.last_updated_by,
3099: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 3526: if not FA_INS_ADJUST_PKG.faxinaj

3522: end if;
3523:
3524: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
3525:
3526: if not FA_INS_ADJUST_PKG.faxinaj
3527: (l_adj,
3528: l_trans_rec.who_info.last_update_date,
3529: l_trans_rec.who_info.last_updated_by,
3530: l_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 3549: if not FA_INS_ADJUST_PKG.faxinaj

3545: l_adj.account_type := 'NBV_RETIRED_LOSS_ACCT';
3546: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_loss_acct;
3547: end if; -- (nvl(l_deprn_reserve, 0) <> 0)
3548:
3549: if not FA_INS_ADJUST_PKG.faxinaj
3550: (l_adj,
3551: l_trans_rec.who_info.last_update_date,
3552: l_trans_rec.who_info.last_updated_by,
3553: l_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 3876: if not FA_INS_ADJUST_PKG.faxinaj

3872: end if;
3873:
3874: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_EXPENSE_ACCT;
3875:
3876: if not FA_INS_ADJUST_PKG.faxinaj
3877: (l_adj,
3878: l_trans_rec.who_info.last_update_date,
3879: l_trans_rec.who_info.last_updated_by,
3880: l_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 4211: if not FA_INS_ADJUST_PKG.faxinaj

4207: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
4208: l_adj.mrc_sob_type_code := p_mrc_sob_type_code;
4209: l_adj.set_of_books_id := p_set_of_books_id;
4210:
4211: if not FA_INS_ADJUST_PKG.faxinaj
4212: (l_adj,
4213: l_last_update_date,
4214: l_last_updated_by,
4215: l_last_update_login, p_log_level_rec => p_log_level_rec) then

Line 4233: if not FA_INS_ADJUST_PKG.faxinaj

4229: l_adj.account_type := 'NBV_RETIRED_LOSS_ACCT';
4230: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_loss_acct;
4231: end if;
4232:
4233: if not FA_INS_ADJUST_PKG.faxinaj
4234: (l_adj,
4235: l_last_update_date,
4236: l_last_updated_by,
4237: l_last_update_login, p_log_level_rec => p_log_level_rec) then

Line 5767: if not FA_INS_ADJUST_PKG.faxinaj

5763: end if;
5764:
5765: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
5766:
5767: if not FA_INS_ADJUST_PKG.faxinaj
5768: (l_adj,
5769: p_trans_rec.who_info.last_update_date,
5770: p_trans_rec.who_info.last_updated_by,
5771: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 6346: if not FA_INS_ADJUST_PKG.faxinaj

6342: l_adj.leveling_flag := TRUE;
6343: l_adj.mrc_sob_type_code := p_mrc_sob_type_code;
6344: l_adj.set_of_books_id := p_asset_hdr_rec.set_of_books_id;
6345:
6346: if not FA_INS_ADJUST_PKG.faxinaj
6347: (l_adj,
6348: p_trans_rec.who_info.last_update_date,
6349: p_trans_rec.who_info.last_updated_by,
6350: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 6824: if not FA_INS_ADJUST_PKG.faxinaj

6820: l_tot_bonus_reserve := l_tot_bonus_reserve+l_bonus_reserve;
6821: l_adj.adjustment_amount := l_deprn_reserve;
6822: l_adj.distribution_id := l_dist.distribution_id;
6823: if l_deprn_reserve <> 0 then
6824: if not FA_INS_ADJUST_PKG.faxinaj
6825: (l_adj,
6826: p_trans_rec.who_info.last_update_date,
6827: p_trans_rec.who_info.last_updated_by,
6828: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 6839: if not FA_INS_ADJUST_PKG.faxinaj

6835: l_adj.selection_thid := 0;
6836: l_adj.distribution_id := 0;
6837: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
6838: if l_tot_deprn_reserve <> 0 then
6839: if not FA_INS_ADJUST_PKG.faxinaj
6840: (l_adj,
6841: p_trans_rec.who_info.last_update_date,
6842: p_trans_rec.who_info.last_updated_by,
6843: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then