DBA Data[Home] [Help]

APPS.IGI_IAC_REINSTATE_PKG dependencies on IGI_IAC_ADJUSTMENTS_PKG

Line 785: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

781: g_message := 'No account code combination found for Depreciation Expense';
782: RAISE e_no_ccid_found;
783: END IF;
784: -- insert into igi_iac_adjustments
785: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
786: x_rowid => l_rowid,
787: x_adjustment_id => p_adjust_id_reinstate,
788: x_book_type_code => g_book_type_code,
789: x_code_combination_id => l_ccid,

Line 819: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

815: g_message := 'No account code combination found for Accumulated Depreciation';
816: RAISE e_no_ccid_found;
817: END IF;
818: -- insert into igi_iac_adjustments
819: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
820: x_rowid => l_rowid,
821: x_adjustment_id => p_adjust_id_reinstate,
822: x_book_type_code => g_book_type_code,
823: x_code_combination_id => l_ccid,

Line 858: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

854:
855: l_reval_rsv_ccid := l_ccid;
856:
857: -- insert into igi_iac_adjustments
858: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
859: x_rowid => l_rowid,
860: x_adjustment_id => p_adjust_id_reinstate,
861: x_book_type_code => g_book_type_code,
862: x_code_combination_id => l_ccid,

Line 891: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

887: g_message := 'No account code combination found for General Fund';
888: RAISE e_no_ccid_found;
889: END IF;
890: -- insert into igi_iac_adjustments
891: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
892: x_rowid => l_rowid,
893: x_adjustment_id => p_adjust_id_reinstate,
894: x_book_type_code => g_book_type_code,
895: x_code_combination_id => l_ccid,

Line 1500: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

1496: -- depreciation expense catchup
1497: l_rsv_catchup := (l_deprn_period - l_latest_dep_exp)*l_elapsed_periods;
1498:
1499: -- insert into igi_iac_adjustments
1500: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
1501: x_rowid => l_rowid,
1502: x_adjustment_id => p_adjust_id_reinstate,
1503: x_book_type_code => g_book_type_code,
1504: x_code_combination_id => l_ccid,

Line 1539: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

1535: RAISE e_no_ccid_found;
1536: END IF;
1537:
1538: -- insert into igi_iac_adjustments
1539: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
1540: x_rowid => l_rowid,
1541: x_adjustment_id => p_adjust_id_reinstate,
1542: x_book_type_code => g_book_type_code,
1543: x_code_combination_id => l_ccid,

Line 1580: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

1576:
1577: l_reval_rsv_ccid := l_ccid;
1578:
1579: -- insert into igi_iac_adjustments
1580: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
1581: x_rowid => l_rowid,
1582: x_adjustment_id => p_adjust_id_reinstate,
1583: x_book_type_code => g_book_type_code,
1584: x_code_combination_id => l_ccid,

Line 1615: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

1611: g_message := 'No account code combination found for General Fund';
1612: RAISE e_no_ccid_found;
1613: END IF;
1614: -- insert into igi_iac_adjustments
1615: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
1616: x_rowid => l_rowid,
1617: x_adjustment_id => p_adjust_id_reinstate,
1618: x_book_type_code => g_book_type_code,
1619: x_code_combination_id => l_ccid,

Line 2270: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2266: g_message := 'No account code combination found for Depreciation Expense';
2267: RAISE e_no_ccid_found;
2268: END IF;
2269: -- insert into igi_iac_adjustments
2270: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2271: x_rowid => l_rowid,
2272: x_adjustment_id => p_adjust_id_reinstate,
2273: x_book_type_code => g_book_type_code,
2274: x_code_combination_id => l_ccid,

Line 2305: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2301: g_message := 'No account code combination found for Accumulated Depreciation';
2302: RAISE e_no_ccid_found;
2303: END IF;
2304: -- insert into igi_iac_adjustments
2305: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2306: x_rowid => l_rowid,
2307: x_adjustment_id => p_adjust_id_reinstate,
2308: x_book_type_code => g_book_type_code,
2309: x_code_combination_id => l_ccid,

Line 2345: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2341:
2342: l_reval_rsv_ccid := l_ccid;
2343:
2344: -- insert into igi_iac_adjustments
2345: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2346: x_rowid => l_rowid,
2347: x_adjustment_id => p_adjust_id_reinstate,
2348: x_book_type_code => g_book_type_code,
2349: x_code_combination_id => l_ccid,

Line 2379: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2375: g_message := 'No account code combination found for General Fund';
2376: RAISE e_no_ccid_found;
2377: END IF;
2378: -- insert into igi_iac_adjustments
2379: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2380: x_rowid => l_rowid,
2381: x_adjustment_id => p_adjust_id_reinstate,
2382: x_book_type_code => g_book_type_code,
2383: x_code_combination_id => l_ccid,

Line 2519: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2515: -- depreciation expense catchup
2516: l_rsv_catchup := (l_deprn_period - l_latest_dep_exp)*l_elapsed_periods;
2517:
2518: -- insert into igi_iac_adjustments
2519: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2520: x_rowid => l_rowid,
2521: x_adjustment_id => p_adjust_id_reinstate,
2522: x_book_type_code => g_book_type_code,
2523: x_code_combination_id => l_ccid,

Line 2553: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2549: g_message := 'No account code combination found for Accumulated Depreciation';
2550: RAISE e_no_ccid_found;
2551: END IF;
2552: -- insert into igi_iac_adjustments
2553: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2554: x_rowid => l_rowid,
2555: x_adjustment_id => p_adjust_id_reinstate,
2556: x_book_type_code => g_book_type_code,
2557: x_code_combination_id => l_ccid,

Line 2592: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2588:
2589: l_reval_rsv_ccid := l_ccid;
2590:
2591: -- insert into igi_iac_adjustments
2592: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2593: x_rowid => l_rowid,
2594: x_adjustment_id => p_adjust_id_reinstate,
2595: x_book_type_code => g_book_type_code,
2596: x_code_combination_id => l_ccid,

Line 2627: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2623: RAISE e_no_ccid_found;
2624: END IF;
2625:
2626: -- insert into igi_iac_adjustments
2627: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2628: x_rowid => l_rowid,
2629: x_adjustment_id => p_adjust_id_reinstate,
2630: x_book_type_code => g_book_type_code,
2631: x_code_combination_id => l_ccid,

Line 3008: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

3004: FROM fa_distribution_history
3005: WHERE distribution_id = l_reverse_je.distribution_id;
3006:
3007: -- insert into igi_iac_adjustments
3008: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
3009: x_rowid => l_rowid,
3010: x_adjustment_id => l_adjust_id_reinstate,
3011: x_book_type_code => l_reverse_je.book_type_code,
3012: x_code_combination_id => l_reverse_je.code_combination_id,