DBA Data[Home] [Help]

APPS.IGI_IAC_ADDITIONS_PKG dependencies on IGI_IAC_FA_DEPRN

Line 986: FROM igi_iac_fa_deprn

982:
983: CURSOR c_get_fa_distributions(cp_asset_id igi_iac_det_balances.asset_id%TYPE,
984: cp_adjustment_id igi_iac_det_balances.adjustment_id%TYPE) IS
985: SELECT distribution_id
986: FROM igi_iac_fa_deprn
987: WHERE book_type_code = p_book_type_code
988: AND asset_id = cp_asset_id
989: AND adjustment_id = cp_adjustment_id;
990:

Line 1043: /* Delete records from igi_iac_fa_deprn */

1039: x_book_type_code => p_book_type_code,
1040: x_period_counter => p_period_counter);
1041: END LOOP;
1042:
1043: /* Delete records from igi_iac_fa_deprn */
1044: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1045: p_full_path => l_path_name,
1046: p_string => ' Deleting records from igi_iac_fa_deprn');
1047: FOR l_iac_fa_det_balance IN c_get_fa_distributions(l_asset_info.asset_id,

Line 1046: p_string => ' Deleting records from igi_iac_fa_deprn');

1042:
1043: /* Delete records from igi_iac_fa_deprn */
1044: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1045: p_full_path => l_path_name,
1046: p_string => ' Deleting records from igi_iac_fa_deprn');
1047: FOR l_iac_fa_det_balance IN c_get_fa_distributions(l_asset_info.asset_id,
1048: l_asset_info.adjustment_id) LOOP
1049: igi_iac_fa_deprn_pkg.delete_row(
1050: x_book_type_code => p_book_type_code,

Line 1049: igi_iac_fa_deprn_pkg.delete_row(

1045: p_full_path => l_path_name,
1046: p_string => ' Deleting records from igi_iac_fa_deprn');
1047: FOR l_iac_fa_det_balance IN c_get_fa_distributions(l_asset_info.asset_id,
1048: l_asset_info.adjustment_id) LOOP
1049: igi_iac_fa_deprn_pkg.delete_row(
1050: x_book_type_code => p_book_type_code,
1051: x_asset_id => l_asset_info.asset_id,
1052: x_period_counter => p_period_counter,
1053: x_adjustment_id => l_asset_info.adjustment_id,