DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_AMORT_PKG dependencies on IGI_IAC_TRANS_HEADERS_PKG

Line 570: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(

566: -- create a new row in igi_iac_transaction_headers with transaction type code
567: -- ADJUSTMENT and transaction sub type as COST
568: l_new_adj_id := null;
569:
570: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(
571: x_rowid => l_rowid,
572: x_adjustment_id => l_new_adj_id, -- out NOCOPY parameter
573: x_transaction_header_id => p_adj_hist.transaction_header_id_in, -- bug 3391000 null,
574: x_adjustment_id_out => null,

Line 596: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(

592:
593: -- update the previous active row for the asset in igi_iac_transaction_headers
594: -- in order to make it inactive by setting adjustment_id_out= adjustment_id of
595: -- the active row in igi_iac_transaction_headers
596: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(
597: x_prev_adjustment_id => l_adj_id_out,
598: x_adjustment_id => l_new_adj_id
599: );
600: