DBA Data[Home] [Help]

APPS.IGI_IAC_CATCHUP_PKG dependencies on IGI_IAC_TRANS_HEADERS_PKG

Line 880: igi_iac_trans_headers_pkg.insert_row(

876: p_string => ' Transaction ID created by revaluation :'||to_char(l_transaction.adjustment_id));
877: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
878: p_full_path => l_path_name,
879: p_string => ' Inserting record into igi_iac_transaction_headers');
880: igi_iac_trans_headers_pkg.insert_row(
881: X_rowid => l_rowid ,
882: X_adjustment_id => l_adjustment_id ,
883: X_transaction_header_id => NULL ,
884: X_adjustment_id_out => NULL ,

Line 1344: igi_iac_trans_headers_pkg.update_row(

1340:
1341: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1342: p_full_path => l_path_name,
1343: p_string => ' Closing the previous transaction created by IAC revaluation');
1344: igi_iac_trans_headers_pkg.update_row(
1345: X_prev_adjustment_id => l_transaction.adjustment_id ,
1346: X_adjustment_id => l_adjustment_id ) ;
1347:
1348: END LOOP; /* End of Processing the transaction */