DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on IGI_IAC_TRANS_HEADERS_PKG

Line 628: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(

624: -- create a new row in igi_iac_transaction_headers with transaction type code
625: -- ADJUSTMENT and transaction sub type as COST
626: l_new_adj_id := null;
627:
628: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(
629: x_rowid => l_rowid,
630: x_adjustment_id => l_new_adj_id, -- out NOCOPY parameter
631: x_transaction_header_id => p_adj_hist.transaction_header_id_in, -- bug 3391000 null,
632: x_adjustment_id_out => null,

Line 654: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(

650:
651: -- update the previous active row for the asset in igi_iac_transaction_headers
652: -- in order to make it inactive by setting adjustment_id_out= adjustment_id of
653: -- the active row in igi_iac_transaction_headers
654: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(
655: x_prev_adjustment_id => l_adj_id_out,
656: x_adjustment_id => l_new_adj_id
657: );
658: