DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on IGI_IAC_TRANS_HEADERS_PKG

Line 692: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(

688: -- create a new row in igi_iac_transaction_headers with transaction type code
689: -- ADJUSTMENT and transaction sub type as COST
690: l_new_adj_id := null;
691:
692: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(
693: x_rowid => l_rowid,
694: x_adjustment_id => l_new_adj_id, -- out NOCOPY parameter
695: x_transaction_header_id => p_adj_hist.transaction_header_id_in, -- bug 3391000 null,
696: x_adjustment_id_out => null,

Line 718: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(

714:
715: -- update the previous active row for the asset in igi_iac_transaction_headers
716: -- in order to make it inactive by setting adjustment_id_out= adjustment_id of
717: -- the active row in igi_iac_transaction_headers
718: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(
719: x_prev_adjustment_id => l_adj_id_out,
720: x_adjustment_id => l_new_adj_id
721: );
722: