DBA Data[Home] [Help]

APPS.IGI_IAC_ADDITIONS_PKG dependencies on IGI_IAC_FA_DEPRN

Line 969: FROM igi_iac_fa_deprn

965:
966: CURSOR c_get_fa_distributions(cp_asset_id igi_iac_det_balances.asset_id%TYPE,
967: cp_adjustment_id igi_iac_det_balances.adjustment_id%TYPE) IS
968: SELECT distribution_id
969: FROM igi_iac_fa_deprn
970: WHERE book_type_code = p_book_type_code
971: AND asset_id = cp_asset_id
972: AND adjustment_id = cp_adjustment_id;
973:

Line 1026: /* Delete records from igi_iac_fa_deprn */

1022: x_book_type_code => p_book_type_code,
1023: x_period_counter => p_period_counter);
1024: END LOOP;
1025:
1026: /* Delete records from igi_iac_fa_deprn */
1027: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1028: p_full_path => l_path_name,
1029: p_string => ' Deleting records from igi_iac_fa_deprn');
1030: FOR l_iac_fa_det_balance IN c_get_fa_distributions(l_asset_info.asset_id,

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

1025:
1026: /* Delete records from igi_iac_fa_deprn */
1027: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1028: p_full_path => l_path_name,
1029: p_string => ' Deleting records from igi_iac_fa_deprn');
1030: FOR l_iac_fa_det_balance IN c_get_fa_distributions(l_asset_info.asset_id,
1031: l_asset_info.adjustment_id) LOOP
1032: igi_iac_fa_deprn_pkg.delete_row(
1033: x_book_type_code => p_book_type_code,

Line 1032: igi_iac_fa_deprn_pkg.delete_row(

1028: p_full_path => l_path_name,
1029: p_string => ' Deleting records from igi_iac_fa_deprn');
1030: FOR l_iac_fa_det_balance IN c_get_fa_distributions(l_asset_info.asset_id,
1031: l_asset_info.adjustment_id) LOOP
1032: igi_iac_fa_deprn_pkg.delete_row(
1033: x_book_type_code => p_book_type_code,
1034: x_asset_id => l_asset_info.asset_id,
1035: x_period_counter => p_period_counter,
1036: x_adjustment_id => l_asset_info.adjustment_id,