DBA Data[Home] [Help]

APPS.IGI_IAC_CATCHUP_PKG dependencies on IGI_IAC_ADJUSTMENTS_PKG

Line 1053: igi_iac_adjustments_pkg.insert_row(

1049: END IF;
1050: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1051: p_full_path => l_path_name,
1052: p_string => ' Deprn expense ccid :'||to_char(l_account_ccid));
1053: igi_iac_adjustments_pkg.insert_row(
1054: X_rowid => l_rowid ,
1055: X_adjustment_id => l_adjustment_id ,
1056: X_book_type_code => l_transaction.book_type_code ,
1057: X_code_combination_id => l_account_ccid,

Line 1085: igi_iac_adjustments_pkg.insert_row(

1081: END IF;
1082: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1083: p_full_path => l_path_name,
1084: p_string => ' Deprn reserve ccid :'||to_char(l_account_ccid));
1085: igi_iac_adjustments_pkg.insert_row(
1086: X_rowid => l_rowid ,
1087: X_adjustment_id => l_adjustment_id ,
1088: X_book_type_code => l_transaction.book_type_code ,
1089: X_code_combination_id => l_account_ccid,

Line 1122: igi_iac_adjustments_pkg.insert_row(

1118: l_reval_rsv_ccid :=l_account_ccid;
1119: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1120: p_full_path => l_path_name,
1121: p_string => ' Reval reserve ccid :'||to_char(l_account_ccid));
1122: igi_iac_adjustments_pkg.insert_row(
1123: X_rowid => l_rowid ,
1124: X_adjustment_id => l_adjustment_id ,
1125: X_book_type_code => l_transaction.book_type_code ,
1126: X_code_combination_id => l_account_ccid,

Line 1154: igi_iac_adjustments_pkg.insert_row(

1150: END IF;
1151: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1152: p_full_path => l_path_name,
1153: p_string => ' General Fund ccid :'||to_char(l_account_ccid));
1154: igi_iac_adjustments_pkg.insert_row(
1155: X_rowid => l_rowid ,
1156: X_adjustment_id => l_adjustment_id ,
1157: X_book_type_code => l_transaction.book_type_code ,
1158: X_code_combination_id => l_account_ccid,