DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_ACCOUNTING dependencies on IGI_IAC_ADJUSTMENTS_PKG

Line 93: IGI_IAC_ADJUSTMENTS_PKG.insert_row (

89: l_dr_report_ccid := Null;
90: End if;
91:
92:
93: IGI_IAC_ADJUSTMENTS_PKG.insert_row (
94: x_rowid => l_rowid,
95: x_adjustment_id => p_det_balances.adjustment_id,
96: x_book_type_code => p_det_balances.book_type_code,
97: x_code_combination_id => l_dr_ccid,

Line 113: IGI_IAC_ADJUSTMENTS_PKG.insert_row (

109: x_mode => 'R',
110: x_event_id => p_event_id
111: ) ;
112:
113: IGI_IAC_ADJUSTMENTS_PKG.insert_row (
114: x_rowid => l_rowid,
115: x_adjustment_id => p_det_balances.adjustment_id,
116: x_book_type_code => p_det_balances.book_type_code,
117: x_code_combination_id => l_cr_ccid,