DBA Data[Home] [Help]

APPS.IGI_IAC_REINSTATE_PKG dependencies on IGI_IAC_ADJUSTMENTS_PKG

Line 811: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

807: g_message := 'No account code combination found for Depreciation Expense';
808: RAISE e_no_ccid_found;
809: END IF;
810: -- insert into igi_iac_adjustments
811: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
812: x_rowid => l_rowid,
813: x_adjustment_id => p_adjust_id_reinstate,
814: x_book_type_code => g_book_type_code,
815: x_code_combination_id => l_ccid,

Line 845: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

841: g_message := 'No account code combination found for Accumulated Depreciation';
842: RAISE e_no_ccid_found;
843: END IF;
844: -- insert into igi_iac_adjustments
845: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
846: x_rowid => l_rowid,
847: x_adjustment_id => p_adjust_id_reinstate,
848: x_book_type_code => g_book_type_code,
849: x_code_combination_id => l_ccid,

Line 884: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

880:
881: l_reval_rsv_ccid := l_ccid;
882:
883: -- insert into igi_iac_adjustments
884: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
885: x_rowid => l_rowid,
886: x_adjustment_id => p_adjust_id_reinstate,
887: x_book_type_code => g_book_type_code,
888: x_code_combination_id => l_ccid,

Line 917: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

913: g_message := 'No account code combination found for General Fund';
914: RAISE e_no_ccid_found;
915: END IF;
916: -- insert into igi_iac_adjustments
917: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
918: x_rowid => l_rowid,
919: x_adjustment_id => p_adjust_id_reinstate,
920: x_book_type_code => g_book_type_code,
921: x_code_combination_id => l_ccid,

Line 1532: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

1528: l_rsv_catchup := (l_deprn_period - l_latest_dep_exp)*l_elapsed_periods;
1529: do_round(l_rsv_catchup,g_book_type_code);
1530:
1531: -- insert into igi_iac_adjustments
1532: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
1533: x_rowid => l_rowid,
1534: x_adjustment_id => p_adjust_id_reinstate,
1535: x_book_type_code => g_book_type_code,
1536: x_code_combination_id => l_ccid,

Line 1571: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

1567: RAISE e_no_ccid_found;
1568: END IF;
1569:
1570: -- insert into igi_iac_adjustments
1571: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
1572: x_rowid => l_rowid,
1573: x_adjustment_id => p_adjust_id_reinstate,
1574: x_book_type_code => g_book_type_code,
1575: x_code_combination_id => l_ccid,

Line 1612: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

1608:
1609: l_reval_rsv_ccid := l_ccid;
1610:
1611: -- insert into igi_iac_adjustments
1612: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
1613: x_rowid => l_rowid,
1614: x_adjustment_id => p_adjust_id_reinstate,
1615: x_book_type_code => g_book_type_code,
1616: x_code_combination_id => l_ccid,

Line 1647: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

1643: g_message := 'No account code combination found for General Fund';
1644: RAISE e_no_ccid_found;
1645: END IF;
1646: -- insert into igi_iac_adjustments
1647: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
1648: x_rowid => l_rowid,
1649: x_adjustment_id => p_adjust_id_reinstate,
1650: x_book_type_code => g_book_type_code,
1651: x_code_combination_id => l_ccid,

Line 2306: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

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

Line 2341: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2337: g_message := 'No account code combination found for Accumulated Depreciation';
2338: RAISE e_no_ccid_found;
2339: END IF;
2340: -- insert into igi_iac_adjustments
2341: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2342: x_rowid => l_rowid,
2343: x_adjustment_id => p_adjust_id_reinstate,
2344: x_book_type_code => g_book_type_code,
2345: x_code_combination_id => l_ccid,

Line 2381: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2377:
2378: l_reval_rsv_ccid := l_ccid;
2379:
2380: -- insert into igi_iac_adjustments
2381: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2382: x_rowid => l_rowid,
2383: x_adjustment_id => p_adjust_id_reinstate,
2384: x_book_type_code => g_book_type_code,
2385: x_code_combination_id => l_ccid,

Line 2415: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2411: g_message := 'No account code combination found for General Fund';
2412: RAISE e_no_ccid_found;
2413: END IF;
2414: -- insert into igi_iac_adjustments
2415: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2416: x_rowid => l_rowid,
2417: x_adjustment_id => p_adjust_id_reinstate,
2418: x_book_type_code => g_book_type_code,
2419: x_code_combination_id => l_ccid,

Line 2556: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2552: l_rsv_catchup := (l_deprn_period - l_latest_dep_exp)*l_elapsed_periods;
2553: do_round(l_rsv_catchup,g_book_type_code);
2554:
2555: -- insert into igi_iac_adjustments
2556: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2557: x_rowid => l_rowid,
2558: x_adjustment_id => p_adjust_id_reinstate,
2559: x_book_type_code => g_book_type_code,
2560: x_code_combination_id => l_ccid,

Line 2590: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2586: g_message := 'No account code combination found for Accumulated Depreciation';
2587: RAISE e_no_ccid_found;
2588: END IF;
2589: -- insert into igi_iac_adjustments
2590: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2591: x_rowid => l_rowid,
2592: x_adjustment_id => p_adjust_id_reinstate,
2593: x_book_type_code => g_book_type_code,
2594: x_code_combination_id => l_ccid,

Line 2629: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2625:
2626: l_reval_rsv_ccid := l_ccid;
2627:
2628: -- insert into igi_iac_adjustments
2629: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2630: x_rowid => l_rowid,
2631: x_adjustment_id => p_adjust_id_reinstate,
2632: x_book_type_code => g_book_type_code,
2633: x_code_combination_id => l_ccid,

Line 2664: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

2660: RAISE e_no_ccid_found;
2661: END IF;
2662:
2663: -- insert into igi_iac_adjustments
2664: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
2665: x_rowid => l_rowid,
2666: x_adjustment_id => p_adjust_id_reinstate,
2667: x_book_type_code => g_book_type_code,
2668: x_code_combination_id => l_ccid,

Line 3045: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

3041: FROM fa_distribution_history
3042: WHERE distribution_id = l_reverse_je.distribution_id;
3043:
3044: -- insert into igi_iac_adjustments
3045: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
3046: x_rowid => l_rowid,
3047: x_adjustment_id => l_adjust_id_reinstate,
3048: x_book_type_code => l_reverse_je.book_type_code,
3049: x_code_combination_id => l_reverse_je.code_combination_id,