DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PVT dependencies on FA_INS_ADJUST_PKG

Line 359: if not FA_INS_ADJUST_PKG.faxinaj

355: end if;
356:
357: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
358:
359: if not FA_INS_ADJUST_PKG.faxinaj
360: (l_adj,
361: p_trans_rec.who_info.last_update_date,
362: p_trans_rec.who_info.last_updated_by,
363: p_trans_rec.who_info.last_update_login,

Line 376: if not FA_INS_ADJUST_PKG.faxinaj

372: l_adj.debit_credit_flag := 'CR';
373: l_adj.account_type := 'NBV_RETIRED_GAIN_ACCT';
374: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_gain_acct;
375:
376: if not FA_INS_ADJUST_PKG.faxinaj
377: (l_adj,
378: p_trans_rec.who_info.last_update_date,
379: p_trans_rec.who_info.last_updated_by,
380: p_trans_rec.who_info.last_update_login,

Line 1569: if not FA_INS_ADJUST_PKG.faxinaj

1565: l_adj.adjustment_amount := p_asset_fin_rec.cost;
1566: l_adj.selection_thid := p_trans_rec.transaction_header_id;
1567: l_adj.selection_mode := FA_STD_TYPES.FA_AJ_CLEAR;
1568: --tk_util.DumpAdjRec(l_adj, 'URCR');
1569: if not FA_INS_ADJUST_PKG.faxinaj
1570: (l_adj,
1571: p_trans_rec.who_info.last_update_date,
1572: p_trans_rec.who_info.last_updated_by,
1573: p_trans_rec.who_info.last_update_login,

Line 1587: if not FA_INS_ADJUST_PKG.faxinaj

1583: l_adj.adjustment_amount := p_asset_retire_rec.cost_retired;
1584: l_adj.selection_thid := 0;
1585: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
1586:
1587: if not FA_INS_ADJUST_PKG.faxinaj
1588: (l_adj,
1589: p_trans_rec.who_info.last_update_date,
1590: p_trans_rec.who_info.last_updated_by,
1591: p_trans_rec.who_info.last_update_login,

Line 1630: if not FA_INS_ADJUST_PKG.faxinaj

1626: l_adj.debit_credit_flag := 'DR';
1627: l_adj.leveling_flag := FALSE;
1628: l_adj.adjustment_amount := p_asset_fin_rec.cost - p_asset_retire_rec.cost_retired;
1629: --tk_util.DumpAdjRec(l_adj, 'URDR');
1630: if not FA_INS_ADJUST_PKG.faxinaj
1631: (l_adj,
1632: p_trans_rec.who_info.last_update_date,
1633: p_trans_rec.who_info.last_updated_by,
1634: p_trans_rec.who_info.last_update_login,

Line 1641: if not FA_INS_ADJUST_PKG.faxinaj

1637: end if;
1638: /* -- no need for this since it will use above condition in CR logic.
1639: else
1640: --tk_util.DumpAdjRec(l_adj, 'URCR');
1641: if not FA_INS_ADJUST_PKG.faxinaj
1642: (l_adj,
1643: p_trans_rec.who_info.last_update_date,
1644: p_trans_rec.who_info.last_updated_by,
1645: p_trans_rec.who_info.last_update_login

Line 1707: if not FA_INS_ADJUST_PKG.faxinaj

1703: if (p_log_level_rec.statement_level) then
1704: fa_debug_pkg.add(l_calling_fn, 'Retired Reserve', l_adj.adjustment_amount,p_log_level_rec);
1705: end if;
1706:
1707: if not FA_INS_ADJUST_PKG.faxinaj
1708: (l_adj,
1709: p_trans_rec.who_info.last_update_date,
1710: p_trans_rec.who_info.last_updated_by,
1711: p_trans_rec.who_info.last_update_login,

Line 1731: if not FA_INS_ADJUST_PKG.faxinaj

1727: if (p_log_level_rec.statement_level) then
1728: fa_debug_pkg.add(l_calling_fn, 'Retired Reserve for Proceeds of Sale', l_adj.adjustment_amount,p_log_level_rec);
1729: end if;
1730:
1731: if not FA_INS_ADJUST_PKG.faxinaj
1732: (l_adj,
1733: p_trans_rec.who_info.last_update_date,
1734: p_trans_rec.who_info.last_updated_by,
1735: p_trans_rec.who_info.last_update_login,

Line 1754: if not FA_INS_ADJUST_PKG.faxinaj

1750: if (p_log_level_rec.statement_level) then
1751: fa_debug_pkg.add(l_calling_fn, 'Retired Reserve for Cost of Removal', l_adj.adjustment_amount,p_log_level_rec);
1752: end if;
1753:
1754: if not FA_INS_ADJUST_PKG.faxinaj
1755: (l_adj,
1756: p_trans_rec.who_info.last_update_date,
1757: p_trans_rec.who_info.last_updated_by,
1758: p_trans_rec.who_info.last_update_login,

Line 1780: if not FA_INS_ADJUST_PKG.faxinaj

1776: fa_debug_pkg.add(l_calling_fn, 'Cost of Removal for member asset', l_adj.adjustment_amount,
1777: p_log_level_rec);
1778: end if;
1779:
1780: if not FA_INS_ADJUST_PKG.faxinaj
1781: (l_adj,
1782: p_trans_rec.who_info.last_update_date,
1783: p_trans_rec.who_info.last_updated_by,
1784: p_trans_rec.who_info.last_update_login,

Line 1804: if not FA_INS_ADJUST_PKG.faxinaj

1800: if (p_log_level_rec.statement_level) then
1801: fa_debug_pkg.add(l_calling_fn, 'Proceeds of Sale for member asset', l_adj.adjustment_amount,p_log_level_rec);
1802: end if;
1803:
1804: if not FA_INS_ADJUST_PKG.faxinaj
1805: (l_adj,
1806: p_trans_rec.who_info.last_update_date,
1807: p_trans_rec.who_info.last_updated_by,
1808: p_trans_rec.who_info.last_update_login,

Line 1865: if not FA_INS_ADJUST_PKG.faxinaj

1861: l_adj.flush_adj_flag := TRUE;
1862: end if;
1863:
1864: --tk_util.DumpAdjRec(l_adj, 'RSV');
1865: if not FA_INS_ADJUST_PKG.faxinaj
1866: (l_adj,
1867: p_trans_rec.who_info.last_update_date,
1868: p_trans_rec.who_info.last_updated_by,
1869: p_trans_rec.who_info.last_update_login,

Line 1889: if not FA_INS_ADJUST_PKG.faxinaj

1885: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
1886: l_adj.adjustment_amount := p_asset_retire_rec.detail_info.gain_loss_amount;
1887:
1888: --tk_util.DumpAdjRec(l_adj, 'LNP RSV');
1889: if not FA_INS_ADJUST_PKG.faxinaj
1890: (l_adj,
1891: p_trans_rec.who_info.last_update_date,
1892: p_trans_rec.who_info.last_updated_by,
1893: p_trans_rec.who_info.last_update_login,

Line 1906: if not FA_INS_ADJUST_PKG.faxinaj

1902: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_gain_acct;
1903: l_adj.adjustment_amount := p_asset_retire_rec.detail_info.gain_loss_amount;
1904:
1905: --tk_util.DumpAdjRec(l_adj, 'LNP NBVRET');
1906: if not FA_INS_ADJUST_PKG.faxinaj
1907: (l_adj,
1908: l_trans_rec.who_info.last_update_date,
1909: l_trans_rec.who_info.last_updated_by,
1910: l_trans_rec.who_info.last_update_login,

Line 1929: if not FA_INS_ADJUST_PKG.faxinaj

1925: l_adj.account_type := 'DEPRN_RESERVE_ACCT';
1926: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
1927: l_adj.adjustment_amount := p_asset_retire_rec.cost_of_removal;
1928: --tk_util.DumpAdjRec(l_adj, 'COR');
1929: if not FA_INS_ADJUST_PKG.faxinaj
1930: (l_adj,
1931: p_trans_rec.who_info.last_update_date,
1932: p_trans_rec.who_info.last_updated_by,
1933: p_trans_rec.who_info.last_update_login,

Line 1948: if not FA_INS_ADJUST_PKG.faxinaj

1944: if (nvl(p_asset_retire_rec.proceeds_of_sale, 0) = 0) then
1945: l_adj.flush_adj_flag := TRUE;
1946: end if;
1947: --tk_util.DumpAdjRec(l_adj, 'COR');
1948: if not FA_INS_ADJUST_PKG.faxinaj
1949: (l_adj,
1950: p_trans_rec.who_info.last_update_date,
1951: p_trans_rec.who_info.last_updated_by,
1952: p_trans_rec.who_info.last_update_login,

Line 1971: if not FA_INS_ADJUST_PKG.faxinaj

1967: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
1968: l_adj.adjustment_amount := p_asset_retire_rec.proceeds_of_sale;
1969:
1970: --tk_util.DumpAdjRec(l_adj, 'POS');
1971: if not FA_INS_ADJUST_PKG.faxinaj
1972: (l_adj,
1973: p_trans_rec.who_info.last_update_date,
1974: p_trans_rec.who_info.last_updated_by,
1975: p_trans_rec.who_info.last_update_login,

Line 1988: if not FA_INS_ADJUST_PKG.faxinaj

1984: l_adj.account := fa_cache_pkg.fazcbc_record.proceeds_of_sale_gain_acct;
1985: l_adj.flush_adj_flag := TRUE;
1986:
1987: --tk_util.DumpAdjRec(l_adj, 'POS');
1988: if not FA_INS_ADJUST_PKG.faxinaj
1989: (l_adj,
1990: p_trans_rec.who_info.last_update_date,
1991: p_trans_rec.who_info.last_updated_by,
1992: p_trans_rec.who_info.last_update_login,

Line 2090: if not FA_INS_ADJUST_PKG.faxinaj

2086: else
2087: l_adj.debit_credit_flag := 'DR';
2088: end if;
2089:
2090: if not FA_INS_ADJUST_PKG.faxinaj
2091: (l_adj,
2092: p_trans_rec.who_info.last_update_date,
2093: p_trans_rec.who_info.last_updated_by,
2094: p_trans_rec.who_info.last_update_login,

Line 2136: if not FA_INS_ADJUST_PKG.faxinaj

2132: else
2133: l_adj.debit_credit_flag := 'DR';
2134: end if;
2135:
2136: if not FA_INS_ADJUST_PKG.faxinaj
2137: (l_adj,
2138: p_trans_rec.who_info.last_update_date,
2139: p_trans_rec.who_info.last_updated_by,
2140: p_trans_rec.who_info.last_update_login,

Line 2312: -- call FA_INS_ADJUST_PKG.faxinaj

2308: end if;
2309:
2310: --
2311: -- populate FA_ADJUST_TYPE_PKG.FA_ADJ_ROW_STRUCT(l_adj)to
2312: -- call FA_INS_ADJUST_PKG.faxinaj
2313: --
2314: l_adj.transaction_header_id := p_trans_rec.transaction_header_id;
2315: l_adj.source_type_code := 'RETIREMENT';
2316: l_adj.period_counter_created := p_period_rec.period_counter;

Line 2367: if not FA_INS_ADJUST_PKG.faxinaj

2363: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
2364: end if;
2365:
2366: --tk_util.DumpAdjRec(l_adj, l_adj.debit_credit_flag||':'||to_char(nvl(p_asset_retire_rec.units_retired, 0)));
2367: if not FA_INS_ADJUST_PKG.faxinaj
2368: (l_adj,
2369: p_trans_rec.who_info.last_update_date,
2370: p_trans_rec.who_info.last_updated_by,
2371: p_trans_rec.who_info.last_update_login,

Line 2398: if not FA_INS_ADJUST_PKG.faxinaj

2394: l_adj.leveling_flag := FALSE;
2395: l_adj.adjustment_amount := l_adj.amount_inserted +
2396: p_asset_retire_rec.cost_retired;
2397: --tk_util.DumpAdjRec(l_adj, 'URDR');
2398: if not FA_INS_ADJUST_PKG.faxinaj
2399: (l_adj,
2400: p_trans_rec.who_info.last_update_date,
2401: p_trans_rec.who_info.last_updated_by,
2402: p_trans_rec.who_info.last_update_login,

Line 2448: if not FA_INS_ADJUST_PKG.faxinaj

2444: l_adj.adjustment_amount := p_asset_retire_rec.reserve_retired;
2445: l_adj.track_member_flag := 'Y';
2446:
2447: --tk_util.DumpAdjRec(l_adj, 'mRSV');
2448: if not FA_INS_ADJUST_PKG.faxinaj
2449: (l_adj,
2450: p_trans_rec.who_info.last_update_date,
2451: p_trans_rec.who_info.last_updated_by,
2452: p_trans_rec.who_info.last_update_login,

Line 2502: if not FA_INS_ADJUST_PKG.faxinaj

2498: l_adj.adjustment_amount := p_asset_retire_rec.cost_retired;
2499: l_adj.track_member_flag := null;
2500:
2501: --tk_util.DumpAdjRec(l_adj, 'RSV');
2502: if not FA_INS_ADJUST_PKG.faxinaj
2503: (l_adj,
2504: p_trans_rec.who_info.last_update_date,
2505: p_trans_rec.who_info.last_updated_by,
2506: p_trans_rec.who_info.last_update_login,

Line 2542: if not FA_INS_ADJUST_PKG.faxinaj

2538: l_adj.asset_id := r_pos_cor_adj.asset_id;
2539: l_adj.adjustment_amount := r_pos_cor_adj.adjustment_amount;
2540: l_adj.distribution_id := r_pos_cor_adj.distribution_id;
2541: --tk_util.DumpAdjRec(l_adj, r_pos_cor_adj.adjustment_type);
2542: if not FA_INS_ADJUST_PKG.faxinaj
2543: (l_adj,
2544: p_trans_rec.who_info.last_update_date,
2545: p_trans_rec.who_info.last_updated_by,
2546: p_trans_rec.who_info.last_update_login,

Line 2579: if not FA_INS_ADJUST_PKG.faxinaj

2575: l_adj.account_type := 'DEPRN_RESERVE_ACCT';
2576: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
2577:
2578: --tk_util.DumpAdjRec(l_adj, 'RSV');
2579: if not FA_INS_ADJUST_PKG.faxinaj
2580: (l_adj,
2581: p_trans_rec.who_info.last_update_date,
2582: p_trans_rec.who_info.last_updated_by,
2583: p_trans_rec.who_info.last_update_login,

Line 2603: if not FA_INS_ADJUST_PKG.faxinaj

2599: l_adj.asset_id := r_pos_cor_adj.asset_id;
2600: l_adj.adjustment_amount := r_pos_cor_adj.adjustment_amount;
2601: l_adj.distribution_id := r_pos_cor_adj.distribution_id;
2602:
2603: if not FA_INS_ADJUST_PKG.faxinaj
2604: (l_adj,
2605: p_trans_rec.who_info.last_update_date,
2606: p_trans_rec.who_info.last_updated_by,
2607: p_trans_rec.who_info.last_update_login,

Line 2640: if not FA_INS_ADJUST_PKG.faxinaj

2636: l_adj.account_type := 'DEPRN_RESERVE_ACCT';
2637: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
2638:
2639: --tk_util.DumpAdjRec(l_adj, 'RSV');
2640: if not FA_INS_ADJUST_PKG.faxinaj
2641: (l_adj,
2642: p_trans_rec.who_info.last_update_date,
2643: p_trans_rec.who_info.last_updated_by,
2644: p_trans_rec.who_info.last_update_login,

Line 2661: if not FA_INS_ADJUST_PKG.faxinaj

2657: l_adj.transaction_header_id := 0;
2658: l_adj.mrc_sob_type_code := p_mrc_sob_type_code;
2659:
2660:
2661: if not FA_INS_ADJUST_PKG.faxinaj
2662: (l_adj,
2663: p_trans_rec.who_info.last_update_date,
2664: p_trans_rec.who_info.last_updated_by,
2665: p_trans_rec.who_info.last_update_login,

Line 2768: if not FA_INS_ADJUST_PKG.faxinaj

2764: else
2765: l_adj.debit_credit_flag := 'DR';
2766: end if;
2767:
2768: if not FA_INS_ADJUST_PKG.faxinaj
2769: (l_adj,
2770: p_trans_rec.who_info.last_update_date,
2771: p_trans_rec.who_info.last_updated_by,
2772: p_trans_rec.who_info.last_update_login,

Line 2813: if not FA_INS_ADJUST_PKG.faxinaj

2809: else
2810: l_adj.debit_credit_flag := 'DR';
2811: end if;
2812:
2813: if not FA_INS_ADJUST_PKG.faxinaj
2814: (l_adj,
2815: p_trans_rec.who_info.last_update_date,
2816: p_trans_rec.who_info.last_updated_by,
2817: p_trans_rec.who_info.last_update_login,

Line 3126: if not FA_INS_ADJUST_PKG.faxinaj

3122: end if;
3123:
3124: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
3125:
3126: if not FA_INS_ADJUST_PKG.faxinaj
3127: (l_adj,
3128: l_trans_rec.who_info.last_update_date,
3129: l_trans_rec.who_info.last_updated_by,
3130: l_trans_rec.who_info.last_update_login,

Line 3143: if not FA_INS_ADJUST_PKG.faxinaj

3139: l_adj.debit_credit_flag := 'CR';
3140: l_adj.account_type := 'NBV_RETIRED_GAIN_ACCT';
3141: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_gain_acct;
3142:
3143: if not FA_INS_ADJUST_PKG.faxinaj
3144: (l_adj,
3145: l_trans_rec.who_info.last_update_date,
3146: l_trans_rec.who_info.last_updated_by,
3147: l_trans_rec.who_info.last_update_login,

Line 3342: if not FA_INS_ADJUST_PKG.faxinaj

3338: end if;
3339:
3340: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
3341:
3342: if not FA_INS_ADJUST_PKG.faxinaj
3343: (l_adj,
3344: l_trans_rec.who_info.last_update_date,
3345: l_trans_rec.who_info.last_updated_by,
3346: l_trans_rec.who_info.last_update_login,

Line 3366: if not FA_INS_ADJUST_PKG.faxinaj

3362: l_adj.account_type := 'NBV_RETIRED_LOSS_ACCT';
3363: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_loss_acct;
3364: end if; -- (nvl(l_deprn_reserve, 0) <> 0)
3365:
3366: if not FA_INS_ADJUST_PKG.faxinaj
3367: (l_adj,
3368: l_trans_rec.who_info.last_update_date,
3369: l_trans_rec.who_info.last_updated_by,
3370: l_trans_rec.who_info.last_update_login,

Line 3858: if not FA_INS_ADJUST_PKG.faxinaj

3854: end if;
3855:
3856: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
3857:
3858: if not FA_INS_ADJUST_PKG.faxinaj
3859: (l_adj,
3860: l_last_update_date,
3861: l_last_updated_by,
3862: l_last_update_login,

Line 3881: if not FA_INS_ADJUST_PKG.faxinaj

3877: l_adj.account_type := 'NBV_RETIRED_LOSS_ACCT';
3878: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_loss_acct;
3879: end if;
3880:
3881: if not FA_INS_ADJUST_PKG.faxinaj
3882: (l_adj,
3883: l_last_update_date,
3884: l_last_updated_by,
3885: l_last_update_login,

Line 4925: if not FA_INS_ADJUST_PKG.faxinaj

4921: end if;
4922:
4923: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
4924:
4925: if not FA_INS_ADJUST_PKG.faxinaj
4926: (l_adj,
4927: p_trans_rec.who_info.last_update_date,
4928: p_trans_rec.who_info.last_updated_by,
4929: p_trans_rec.who_info.last_update_login,

Line 5475: if not FA_INS_ADJUST_PKG.faxinaj

5471: l_adj.flush_adj_flag := TRUE;
5472: l_adj.leveling_flag := TRUE;
5473: l_adj.mrc_sob_type_code := p_mrc_sob_type_code;
5474:
5475: if not FA_INS_ADJUST_PKG.faxinaj
5476: (l_adj,
5477: p_trans_rec.who_info.last_update_date,
5478: p_trans_rec.who_info.last_updated_by,
5479: p_trans_rec.who_info.last_update_login,