DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_AMORT_PKG dependencies on IGI_IAC_ADJUSTMENTS_PKG

Line 744: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

740: RAISE e_no_ccid_found;
741: END IF;
742:
743: -- insert into igi_iac_adjustments for EXPENSE
744: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
745: x_rowid => l_rowid,
746: x_adjustment_id => l_new_adj_id,
747: x_book_type_code => l_book_type_code,
748: x_code_combination_id => l_ccid,

Line 779: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

775: RAISE e_no_ccid_found;
776: END IF;
777:
778: -- insert into igi_iac_adjustments for RESERVE
779: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
780: x_rowid => l_rowid,
781: x_adjustment_id => l_new_adj_id,
782: x_book_type_code => l_book_type_code,
783: x_code_combination_id => l_ccid,

Line 815: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

811: RAISE e_no_ccid_found;
812: END IF;
813:
814: -- insert into igi_iac_adjustments for EXPENSE
815: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
816: x_rowid => l_rowid,
817: x_adjustment_id => l_new_adj_id,
818: x_book_type_code => l_book_type_code,
819: x_code_combination_id => l_reval_rsv_ccid,

Line 850: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

846: RAISE e_no_ccid_found;
847: END IF;
848:
849: -- insert into igi_iac_adjustments for EXPENSE
850: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
851: x_rowid => l_rowid,
852: x_adjustment_id => l_new_adj_id,
853: x_book_type_code => l_book_type_code,
854: x_code_combination_id => l_ccid,