DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_EXPENSED_PKG dependencies on IGI_IAC_DET_BALANCES_PKG

Line 866: IGI_IAC_DET_BALANCES_PKG.insert_row (

862: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
863: p_full_path => l_path_name,
864: p_string => ' Inactive distribution' || l_det_balances.distribution_id);
865: l_rowid := NULL;
866: IGI_IAC_DET_BALANCES_PKG.insert_row (
867: x_rowid => l_rowid,
868: x_adjustment_id => l_adjustment_id,
869: x_asset_id => l_det_balances.asset_id,
870: x_distribution_id => l_det_balances.distribution_id,

Line 1676: p_string => 'IGI_IAC_DET_BALANCES_PKG.insert_row');

1672: p_string => ' x_active_flag => '||l_det_balances.active_flag);
1673:
1674: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1675: p_full_path => l_path_name,
1676: p_string => 'IGI_IAC_DET_BALANCES_PKG.insert_row');
1677: l_rowid := NULL;
1678: IGI_IAC_DET_BALANCES_PKG.insert_row (
1679: x_rowid => l_rowid,
1680: x_adjustment_id => l_current_db.adjustment_id,

Line 1678: IGI_IAC_DET_BALANCES_PKG.insert_row (

1674: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1675: p_full_path => l_path_name,
1676: p_string => 'IGI_IAC_DET_BALANCES_PKG.insert_row');
1677: l_rowid := NULL;
1678: IGI_IAC_DET_BALANCES_PKG.insert_row (
1679: x_rowid => l_rowid,
1680: x_adjustment_id => l_current_db.adjustment_id,
1681: x_asset_id => l_current_db.asset_id,
1682: x_distribution_id => l_current_db.distribution_id,