DBA Data[Home] [Help]

APPS.IGI_IAC_CATCHUP_PKG dependencies on IGI_IAC_TRANS_HEADERS_PKG

Line 951: igi_iac_trans_headers_pkg.insert_row(

947: p_string => ' Transaction ID created by revaluation :'||to_char(l_transaction.adjustment_id));
948: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
949: p_full_path => l_path_name,
950: p_string => ' Inserting record into igi_iac_transaction_headers');
951: igi_iac_trans_headers_pkg.insert_row(
952: X_rowid => l_rowid ,
953: X_adjustment_id => l_adjustment_id ,
954: X_transaction_header_id => NULL ,
955: X_adjustment_id_out => NULL ,

Line 1426: igi_iac_trans_headers_pkg.update_row(

1422:
1423: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1424: p_full_path => l_path_name,
1425: p_string => ' Closing the previous transaction created by IAC revaluation');
1426: igi_iac_trans_headers_pkg.update_row(
1427: X_prev_adjustment_id => l_transaction.adjustment_id ,
1428: X_adjustment_id => l_adjustment_id ) ;
1429:
1430: END LOOP; /* End of Processing the transaction */