DBA Data[Home] [Help]

APPS.IGI_IAC_CATCHUP_PKG dependencies on IGI_IAC_ADJUSTMENTS_PKG

Line 1130: igi_iac_adjustments_pkg.insert_row(

1126: END IF;
1127: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1128: p_full_path => l_path_name,
1129: p_string => ' Deprn expense ccid :'||to_char(l_account_ccid));
1130: igi_iac_adjustments_pkg.insert_row(
1131: X_rowid => l_rowid ,
1132: X_adjustment_id => l_adjustment_id ,
1133: X_book_type_code => l_transaction.book_type_code ,
1134: X_code_combination_id => l_account_ccid,

Line 1162: igi_iac_adjustments_pkg.insert_row(

1158: END IF;
1159: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1160: p_full_path => l_path_name,
1161: p_string => ' Deprn reserve ccid :'||to_char(l_account_ccid));
1162: igi_iac_adjustments_pkg.insert_row(
1163: X_rowid => l_rowid ,
1164: X_adjustment_id => l_adjustment_id ,
1165: X_book_type_code => l_transaction.book_type_code ,
1166: X_code_combination_id => l_account_ccid,

Line 1199: igi_iac_adjustments_pkg.insert_row(

1195: l_reval_rsv_ccid :=l_account_ccid;
1196: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1197: p_full_path => l_path_name,
1198: p_string => ' Reval reserve ccid :'||to_char(l_account_ccid));
1199: igi_iac_adjustments_pkg.insert_row(
1200: X_rowid => l_rowid ,
1201: X_adjustment_id => l_adjustment_id ,
1202: X_book_type_code => l_transaction.book_type_code ,
1203: X_code_combination_id => l_account_ccid,

Line 1231: igi_iac_adjustments_pkg.insert_row(

1227: END IF;
1228: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1229: p_full_path => l_path_name,
1230: p_string => ' General Fund ccid :'||to_char(l_account_ccid));
1231: igi_iac_adjustments_pkg.insert_row(
1232: X_rowid => l_rowid ,
1233: X_adjustment_id => l_adjustment_id ,
1234: X_book_type_code => l_transaction.book_type_code ,
1235: X_code_combination_id => l_account_ccid,