DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_AMORT_PKG dependencies on IGI_IAC_ADJUSTMENTS_PKG

Line 769: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

765: RAISE e_no_ccid_found;
766: END IF;
767:
768: -- insert into igi_iac_adjustments for EXPENSE
769: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
770: x_rowid => l_rowid,
771: x_adjustment_id => l_new_adj_id,
772: x_book_type_code => l_book_type_code,
773: x_code_combination_id => l_ccid,

Line 804: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

800: RAISE e_no_ccid_found;
801: END IF;
802:
803: -- insert into igi_iac_adjustments for RESERVE
804: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
805: x_rowid => l_rowid,
806: x_adjustment_id => l_new_adj_id,
807: x_book_type_code => l_book_type_code,
808: x_code_combination_id => l_ccid,

Line 840: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

836: RAISE e_no_ccid_found;
837: END IF;
838:
839: -- insert into igi_iac_adjustments for EXPENSE
840: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
841: x_rowid => l_rowid,
842: x_adjustment_id => l_new_adj_id,
843: x_book_type_code => l_book_type_code,
844: x_code_combination_id => l_reval_rsv_ccid,

Line 875: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(

871: RAISE e_no_ccid_found;
872: END IF;
873:
874: -- insert into igi_iac_adjustments for EXPENSE
875: IGI_IAC_ADJUSTMENTS_PKG.Insert_Row(
876: x_rowid => l_rowid,
877: x_adjustment_id => l_new_adj_id,
878: x_book_type_code => l_book_type_code,
879: x_code_combination_id => l_ccid,