DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_EXPENSED_PKG dependencies on IGI_IAC_DET_BALANCES_PKG

Line 835: IGI_IAC_DET_BALANCES_PKG.insert_row (

831: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
832: p_full_path => l_path_name,
833: p_string => ' Inactive distribution' || l_det_balances.distribution_id);
834: l_rowid := NULL;
835: IGI_IAC_DET_BALANCES_PKG.insert_row (
836: x_rowid => l_rowid,
837: x_adjustment_id => l_adjustment_id,
838: x_asset_id => l_det_balances.asset_id,
839: x_distribution_id => l_det_balances.distribution_id,

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

1621: p_string => ' x_active_flag => '||l_det_balances.active_flag);
1622:
1623: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1624: p_full_path => l_path_name,
1625: p_string => 'IGI_IAC_DET_BALANCES_PKG.insert_row');
1626: l_rowid := NULL;
1627: IGI_IAC_DET_BALANCES_PKG.insert_row (
1628: x_rowid => l_rowid,
1629: x_adjustment_id => l_current_db.adjustment_id,

Line 1627: IGI_IAC_DET_BALANCES_PKG.insert_row (

1623: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1624: p_full_path => l_path_name,
1625: p_string => 'IGI_IAC_DET_BALANCES_PKG.insert_row');
1626: l_rowid := NULL;
1627: IGI_IAC_DET_BALANCES_PKG.insert_row (
1628: x_rowid => l_rowid,
1629: x_adjustment_id => l_current_db.adjustment_id,
1630: x_asset_id => l_current_db.asset_id,
1631: x_distribution_id => l_current_db.distribution_id,