DBA Data[Home] [Help]

APPS.IGI_IAC_REINSTATE_PKG dependencies on IGI_IAC_TRANS_HEADERS_PKG

Line 2948: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(

2944:
2945: -- insert a new row for the asset with transaction type REINSTATEMENT
2946: -- into igi_iac_transaction_headers
2947: l_adjust_id_reinstate := null;
2948: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(
2949: x_rowid => l_rowid,
2950: x_adjustment_id => l_adjust_id_reinstate, -- out parameter
2951: x_transaction_header_id => p_fa_reins_rec_info.transaction_header_id,
2952: x_adjustment_id_out => null,

Line 2970: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(

2966:
2967: -- update the previous active row for the asset in igi_iac_transaction_headers
2968: -- in order to make it inactive by setting adjustment_id_out= adjustment_id of
2969: -- the active row in igi_iac_transaction_headers
2970: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(
2971: x_prev_adjustment_id => l_latest_adj_id,
2972: x_adjustment_id => l_adjust_id_reinstate
2973: );
2974: g_adj_prior_ret := l_latest_adj_id;

Line 3187: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(

3183:
3184: -- insert a new row for the asset with transaction type REINSTATEMENT
3185: -- into igi_iac_transaction_headers
3186: l_adjust_id_reinstate := null;
3187: IGI_IAC_TRANS_HEADERS_PKG.Insert_Row(
3188: x_rowid => l_rowid,
3189: x_adjustment_id => l_adjust_id_reinstate, -- out parameter
3190: x_transaction_header_id => null,
3191: x_adjustment_id_out => null,

Line 3210: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(

3206:
3207: -- update the previous active row for the asset in igi_iac_transaction_headers
3208: -- in order to make it inactive by setting adjustment_id_out= adjustment_id of
3209: -- the active row in igi_iac_transaction_headers
3210: IGI_IAC_TRANS_HEADERS_PKG.Update_Row(
3211: x_prev_adjustment_id => l_latest_adj_id,
3212: x_adjustment_id => l_adjust_id_reinstate
3213: );
3214: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Updated Headers table');