DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_AMORT_PKG dependencies on IGI_IAC_TRANS_HEADERS_PKG

Line 545: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(

541: -- create a new row in igi_iac_transaction_headers with transaction type code
542: -- ADJUSTMENT and transaction sub type as COST
543: l_new_adj_id := null;
544:
545: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(
546: x_rowid => l_rowid,
547: x_adjustment_id => l_new_adj_id, -- out NOCOPY parameter
548: x_transaction_header_id => p_adj_hist.transaction_header_id_in, -- bug 3391000 null,
549: x_adjustment_id_out => null,

Line 571: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(

567:
568: -- update the previous active row for the asset in igi_iac_transaction_headers
569: -- in order to make it inactive by setting adjustment_id_out= adjustment_id of
570: -- the active row in igi_iac_transaction_headers
571: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(
572: x_prev_adjustment_id => l_adj_id_out,
573: x_adjustment_id => l_new_adj_id
574: );
575: