DBA Data[Home] [Help]

APPS.IGI_IAC_DEPRN_PKG dependencies on IGI_IAC_TRANS_HEADERS_PKG

Line 563: igi_iac_trans_headers_pkg.insert_row(

559: where asset_id=l_fa_asset_id(l_loop_count)
560: and book_type_code=p_book_type_code
561: and period_counter=p_period_counter;
562:
563: igi_iac_trans_headers_pkg.insert_row(
564: X_rowid => l_rowid ,
565: X_adjustment_id => l_adjustment_id ,
566: X_transaction_header_id => NULL ,
567: X_adjustment_id_out => NULL ,

Line 1094: igi_iac_trans_headers_pkg.update_row(

1090: END IF;
1091: CLOSE c_get_asset_balance;
1092:
1093: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,' Making previous transaction inactive.');
1094: igi_iac_trans_headers_pkg.update_row(
1095: X_prev_adjustment_id => l_adjustment_id_out ,
1096: X_adjustment_id => l_adjustment_id ) ;
1097:
1098: END IF;