DBA Data[Home] [Help]

APPS.IGI_IAC_REINSTATE_PKG dependencies on IGI_IAC_TRANS_HEADERS_PKG

Line 2985: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(

2981:
2982: -- insert a new row for the asset with transaction type REINSTATEMENT
2983: -- into igi_iac_transaction_headers
2984: l_adjust_id_reinstate := null;
2985: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(
2986: x_rowid => l_rowid,
2987: x_adjustment_id => l_adjust_id_reinstate, -- out parameter
2988: x_transaction_header_id => p_fa_reins_rec_info.transaction_header_id,
2989: x_adjustment_id_out => null,

Line 3007: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(

3003:
3004: -- update the previous active row for the asset in igi_iac_transaction_headers
3005: -- in order to make it inactive by setting adjustment_id_out= adjustment_id of
3006: -- the active row in igi_iac_transaction_headers
3007: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(
3008: x_prev_adjustment_id => l_latest_adj_id,
3009: x_adjustment_id => l_adjust_id_reinstate
3010: );
3011: g_adj_prior_ret := l_latest_adj_id;

Line 3224: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(

3220:
3221: -- insert a new row for the asset with transaction type REINSTATEMENT
3222: -- into igi_iac_transaction_headers
3223: l_adjust_id_reinstate := null;
3224: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(
3225: x_rowid => l_rowid,
3226: x_adjustment_id => l_adjust_id_reinstate, -- out parameter
3227: x_transaction_header_id => null,
3228: x_adjustment_id_out => null,

Line 3247: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(

3243:
3244: -- update the previous active row for the asset in igi_iac_transaction_headers
3245: -- in order to make it inactive by setting adjustment_id_out= adjustment_id of
3246: -- the active row in igi_iac_transaction_headers
3247: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(
3248: x_prev_adjustment_id => l_latest_adj_id,
3249: x_adjustment_id => l_adjust_id_reinstate
3250: );
3251: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Updated Headers table');