DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on IGI_IAC_DEBUG_PKG

Line 38: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

34: IS
35: l_path_name VARCHAR2(150);
36: BEGIN
37: l_path_name := g_path||'debug_adj_asset';
38: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
39: p_full_path => l_path_name,
40: p_string => 'asset_id...............'|| p_asset.asset_id);
41: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
42: p_full_path => l_path_name,

Line 41: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

37: l_path_name := g_path||'debug_adj_asset';
38: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
39: p_full_path => l_path_name,
40: p_string => 'asset_id...............'|| p_asset.asset_id);
41: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
42: p_full_path => l_path_name,
43: p_string => 'book_type_code.........'|| p_asset.book_type_code);
44: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
45: p_full_path => l_path_name,

Line 44: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

40: p_string => 'asset_id...............'|| p_asset.asset_id);
41: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
42: p_full_path => l_path_name,
43: p_string => 'book_type_code.........'|| p_asset.book_type_code);
44: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
45: p_full_path => l_path_name,
46: p_string => 'cost...................'|| p_asset.cost );
47: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
48: p_full_path => l_path_name,

Line 47: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

43: p_string => 'book_type_code.........'|| p_asset.book_type_code);
44: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
45: p_full_path => l_path_name,
46: p_string => 'cost...................'|| p_asset.cost );
47: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
48: p_full_path => l_path_name,
49: p_string => 'original_Expensed..........'|| p_asset.original_cost);
50: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
51: p_full_path => l_path_name,

Line 50: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

46: p_string => 'cost...................'|| p_asset.cost );
47: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
48: p_full_path => l_path_name,
49: p_string => 'original_Expensed..........'|| p_asset.original_cost);
50: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
51: p_full_path => l_path_name,
52: p_string => 'adjusted_Expensed..........'|| p_asset.adjusted_cost );
53: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
54: p_full_path => l_path_name,

Line 53: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

49: p_string => 'original_Expensed..........'|| p_asset.original_cost);
50: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
51: p_full_path => l_path_name,
52: p_string => 'adjusted_Expensed..........'|| p_asset.adjusted_cost );
53: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
54: p_full_path => l_path_name,
55: p_string => 'salvage_value..........'|| p_asset.salvage_value );
56: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
57: p_full_path => l_path_name,

Line 56: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

52: p_string => 'adjusted_Expensed..........'|| p_asset.adjusted_cost );
53: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
54: p_full_path => l_path_name,
55: p_string => 'salvage_value..........'|| p_asset.salvage_value );
56: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
57: p_full_path => l_path_name,
58: p_string => 'life_in_months.........'|| p_asset.life_in_months);
59: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
60: p_full_path => l_path_name,

Line 59: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

55: p_string => 'salvage_value..........'|| p_asset.salvage_value );
56: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
57: p_full_path => l_path_name,
58: p_string => 'life_in_months.........'|| p_asset.life_in_months);
59: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
60: p_full_path => l_path_name,
61: p_string => 'rate_adjustment_factor..'||p_asset.rate_adjustment_factor);
62: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
63: p_full_path => l_path_name,

Line 62: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

58: p_string => 'life_in_months.........'|| p_asset.life_in_months);
59: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
60: p_full_path => l_path_name,
61: p_string => 'rate_adjustment_factor..'||p_asset.rate_adjustment_factor);
62: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
63: p_full_path => l_path_name,
64: p_string => 'period_counter_fully_reserved '|| p_asset.period_counter_fully_reserved);
65: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
66: p_full_path => l_path_name,

Line 65: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

61: p_string => 'rate_adjustment_factor..'||p_asset.rate_adjustment_factor);
62: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
63: p_full_path => l_path_name,
64: p_string => 'period_counter_fully_reserved '|| p_asset.period_counter_fully_reserved);
65: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
66: p_full_path => l_path_name,
67: p_string => 'recoverable_Expensed.......'|| p_asset.recoverable_cost);
68: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
69: p_full_path => l_path_name,

Line 68: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

64: p_string => 'period_counter_fully_reserved '|| p_asset.period_counter_fully_reserved);
65: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
66: p_full_path => l_path_name,
67: p_string => 'recoverable_Expensed.......'|| p_asset.recoverable_cost);
68: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
69: p_full_path => l_path_name,
70: p_string => 'date_placed_in_service..'||p_asset.date_placed_in_service);
71: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
72: p_full_path => l_path_name,

Line 71: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

67: p_string => 'recoverable_Expensed.......'|| p_asset.recoverable_cost);
68: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
69: p_full_path => l_path_name,
70: p_string => 'date_placed_in_service..'||p_asset.date_placed_in_service);
71: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
72: p_full_path => l_path_name,
73: p_string => 'deprn_start_date........'||p_asset.deprn_start_date);
74: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
75: p_full_path => l_path_name,

Line 74: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

70: p_string => 'date_placed_in_service..'||p_asset.date_placed_in_service);
71: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
72: p_full_path => l_path_name,
73: p_string => 'deprn_start_date........'||p_asset.deprn_start_date);
74: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
75: p_full_path => l_path_name,
76: p_string => 'deprn_periods_elapsed...'||p_asset.deprn_periods_elapsed);
77: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
78: p_full_path => l_path_name,

Line 77: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

73: p_string => 'deprn_start_date........'||p_asset.deprn_start_date);
74: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
75: p_full_path => l_path_name,
76: p_string => 'deprn_periods_elapsed...'||p_asset.deprn_periods_elapsed);
77: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
78: p_full_path => l_path_name,
79: p_string => 'deprn_periods_current_year..'||p_asset.deprn_periods_current_year);
80: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
81: p_full_path => l_path_name,

Line 80: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

76: p_string => 'deprn_periods_elapsed...'||p_asset.deprn_periods_elapsed);
77: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
78: p_full_path => l_path_name,
79: p_string => 'deprn_periods_current_year..'||p_asset.deprn_periods_current_year);
80: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
81: p_full_path => l_path_name,
82: p_string => 'prior year periods..'|| p_asset.deprn_periods_prior_year);
83: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
84: p_full_path => l_path_name,

Line 83: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

79: p_string => 'deprn_periods_current_year..'||p_asset.deprn_periods_current_year);
80: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
81: p_full_path => l_path_name,
82: p_string => 'prior year periods..'|| p_asset.deprn_periods_prior_year);
83: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
84: p_full_path => l_path_name,
85: p_string => 'last_period_counter.........'|| p_asset.last_period_counter);
86: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
87: p_full_path => l_path_name,

Line 86: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

82: p_string => 'prior year periods..'|| p_asset.deprn_periods_prior_year);
83: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
84: p_full_path => l_path_name,
85: p_string => 'last_period_counter.........'|| p_asset.last_period_counter);
86: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
87: p_full_path => l_path_name,
88: p_string => 'ytd_deprn...................'|| p_asset.ytd_deprn);
89: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
90: p_full_path => l_path_name,

Line 89: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

85: p_string => 'last_period_counter.........'|| p_asset.last_period_counter);
86: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
87: p_full_path => l_path_name,
88: p_string => 'ytd_deprn...................'|| p_asset.ytd_deprn);
89: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
90: p_full_path => l_path_name,
91: p_string => 'deprn_reserve................'|| p_asset.deprn_reserve);
92: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
93: p_full_path => l_path_name,

Line 92: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

88: p_string => 'ytd_deprn...................'|| p_asset.ytd_deprn);
89: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
90: p_full_path => l_path_name,
91: p_string => 'deprn_reserve................'|| p_asset.deprn_reserve);
92: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
93: p_full_path => l_path_name,
94: p_string => 'pys_deprn_reserve............'|| p_asset.pys_deprn_reserve);
95: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
96: p_full_path => l_path_name,

Line 95: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

91: p_string => 'deprn_reserve................'|| p_asset.deprn_reserve);
92: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
93: p_full_path => l_path_name,
94: p_string => 'pys_deprn_reserve............'|| p_asset.pys_deprn_reserve);
95: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
96: p_full_path => l_path_name,
97: p_string => 'deprn_amount................'|| p_asset.deprn_amount);
98: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
99: p_full_path => l_path_name,

Line 98: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

94: p_string => 'pys_deprn_reserve............'|| p_asset.pys_deprn_reserve);
95: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
96: p_full_path => l_path_name,
97: p_string => 'deprn_amount................'|| p_asset.deprn_amount);
98: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
99: p_full_path => l_path_name,
100: p_string => 'depreciate_flag................'|| p_asset.depreciate_flag);
101: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
102: p_full_path => l_path_name,

Line 101: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

97: p_string => 'deprn_amount................'|| p_asset.deprn_amount);
98: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
99: p_full_path => l_path_name,
100: p_string => 'depreciate_flag................'|| p_asset.depreciate_flag);
101: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
102: p_full_path => l_path_name,
103: p_string => 'deprn_adjustment_amount................'|| p_asset.deprn_adjustment_amount);
104:
105:

Line 177: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);

173: RETURN TRUE;
174:
175: EXCEPTION
176: WHEN OTHERS THEN
177: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);
178: RETURN FALSE;
179: END Chk_Asset_Life;
180:
181: -- -------------------------------------------------------------------

Line 514: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

510: l_round_diff_op_net := 0;
511: l_adjustment_offset_type := null;
512: l_path_name := g_path||'do_cost_revaluation';
513:
514: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
515: p_full_path => l_path_name,
516: p_string => 'In Cost Revaluation');
517: -- display the initial state of the asset
518: debug_adj_asset( p_asset_iac_adj_info);

Line 565: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

561: l_last_period_counter => l_fully_rsvd_pc)
562: THEN
563: RAISE e_asset_life_err;
564: END IF;
565: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
566: p_full_path => l_path_name,
567: p_string => 'Fully reserved period counter: '||l_fully_rsvd_pc);
568:
569: IF (l_last_period_counter >= l_fully_rsvd_pc OR p_asset_iac_adj_info.depreciate_flag = 'NO') THEN

Line 570: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

566: p_full_path => l_path_name,
567: p_string => 'Fully reserved period counter: '||l_fully_rsvd_pc);
568:
569: IF (l_last_period_counter >= l_fully_rsvd_pc OR p_asset_iac_adj_info.depreciate_flag = 'NO') THEN
570: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
571: p_full_path => l_path_name,
572: p_string => 'Asset is fully reserved or non depreciable');
573: -- get the period counter associated with the latest adjustment
574: -- for the asset

Line 579: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

575: SELECT period_counter
576: INTO l_rsvd_pc
577: FROM igi_iac_transaction_headers
578: WHERE adjustment_id = l_latest_adj_id;
579: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
580: p_full_path => l_path_name,
581: p_string => 'Last period counter for fully reserved or non deprn asset: '||l_rsvd_pc);
582: ELSE
583: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

Line 583: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

579: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
580: p_full_path => l_path_name,
581: p_string => 'Last period counter for fully reserved or non deprn asset: '||l_rsvd_pc);
582: ELSE
583: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
584: p_full_path => l_path_name,
585: p_string => 'asset is depreciable with life');
586: l_rsvd_pc := l_last_period_counter;
587: END IF;

Line 620: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

616: END IF;
617: CLOSE c_iac_asset_bal;
618: -- bug 3391000, end 1
619:
620: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
621: p_full_path => l_path_name,
622: p_string => 'Latest period counter: '||l_last_period_counter);
623:
624: -- create a new row in igi_iac_transaction_headers with transaction type code

Line 647: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

643: x_period_counter => l_last_period_counter,
644: x_event_id => p_event_id
645: );
646:
647: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
648: p_full_path => l_path_name,
649: p_string => 'New adjustment id: '||l_new_adj_id);
650:
651: -- update the previous active row for the asset in igi_iac_transaction_headers

Line 665: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

661:
662: -- round the cost
663: l_ret := igi_iac_common_utils.iac_round(l_iac_new_reval_cost,
664: l_book_type_code) ;
665: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
666: p_full_path => l_path_name,
667: p_string => 'New revalued cost: '||l_iac_new_reval_cost);
668:
669: -- Calculate the difference between the new revalued iac cost and the latest adjusted_cost from

Line 672: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

668:
669: -- Calculate the difference between the new revalued iac cost and the latest adjusted_cost from
670: -- igi_iac_asset_balances
671: l_diff_cost := l_iac_new_reval_cost - l_iac_asset_bal.adjusted_cost;
672: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
673: p_full_path => l_path_name,
674: p_string => 'Difference: '||l_diff_cost);
675:
676: -- calculate other asset balance figures

Line 707: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

703: l_dist_id := l_det_table(l_dist_idx).distribution_id;
704: l_add_cost := l_det_table(l_dist_idx).amount;
705: l_units_assigned := l_det_table(l_dist_idx).units;
706:
707: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
708: p_full_path => l_path_name,
709: p_string => ' Dist ID: '||l_dist_id||' Units: '||l_units_assigned
710: ||' Additional Cost: '||l_add_cost);
711: -- get the detail balances for the distribution for l_latest_adj_id

Line 835: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

831: x_active_flag => null,
832: x_mode => 'R'
833: );
834:
835: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
836: p_full_path => l_path_name,
837: p_string => 'IAC Deprn row inserted');
838:
839: -- Create the following accounting entries with the prorated amounts in IGI_IAC_ADJUSTMENTS

Line 854: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

850: THEN
851: RAISE e_no_ccid_found;
852: END IF;
853:
854: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
855: p_full_path => l_path_name,
856: p_string => 'COST ccid: '||l_cost_ccid||' Flag: '||l_dr_cr_flag_c);
857:
858: -- insert into igi_iac_adjustments for REVAL RESERVE or OP EXPENSE

Line 896: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

892: x_mode => 'R',
893: x_event_id => p_event_id
894: );
895:
896: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
897: p_full_path => l_path_name,
898: p_string => 'REVAL RESERVE ccid: '||l_reval_rsv_ccid||' Flag: '||l_dr_cr_flag_ro);
899: ELSE
900:

Line 936: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

932: x_report_ccid => Null,
933: x_mode => 'R',
934: x_event_id => p_event_id
935: );
936: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
937: p_full_path => l_path_name,
938: p_string => 'OP EXPENSE ccid: '||l_op_exp_ccid||' Flag: '||l_dr_cr_flag_ro);
939: END IF;
940:

Line 972: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

968: l_latest_adj_id,
969: l_new_adj_id,
970: l_last_period_counter);
971:
972: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
973: p_full_path => l_path_name,
974: p_string => 'YTD rows rolled forward');
975:
976: -- check if a row exists in igi_iac_asset_balances for l_last_period_counter

Line 1024: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1020: X_current_reval_factor => l_iac_asset_bal.current_reval_factor,
1021: X_cumulative_reval_factor => l_iac_asset_bal.cumulative_reval_factor
1022: ) ;
1023: END IF;
1024: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1025: p_full_path => l_path_name,
1026: p_string => ' Success!!!');
1027: -- return true if process completes successfully
1028: --rollback;

Line 1033: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

1029: RETURN TRUE;
1030: EXCEPTION
1031: WHEN e_latest_trx_not_avail THEN
1032: fnd_file.put_line(fnd_file.log, 'Latest transaction for the asset could not be retrieved');
1033: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1034: p_full_path => l_path_name,
1035: p_string => 'Latest transaction for the asset could not be retrieved');
1036: FA_SRVR_MSG.add_message(
1037: Calling_Fn => g_calling_fn,

Line 1044: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

1040: RETURN FALSE;
1041:
1042: WHEN e_no_period_info_avail THEN
1043: fnd_file.put_line(fnd_file.log, 'No open period information available for the book');
1044: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1045: p_full_path => l_path_name,
1046: p_string => 'No open period information available for the book');
1047: FA_SRVR_MSG.add_message(
1048: Calling_Fn => g_calling_fn,

Line 1055: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

1051: RETURN FALSE;
1052:
1053: WHEN e_no_gl_info THEN
1054: fnd_file.put_line(fnd_file.log, 'Could not retrive GL information for Book');
1055: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1056: p_full_path => l_path_name,
1057: p_string => 'Could not retrive GL information for Book');
1058: FA_SRVR_MSG.add_message(
1059: Calling_Fn => g_calling_fn,

Line 1066: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

1062: RETURN FALSE;
1063:
1064: WHEN e_no_ccid_found THEN
1065: fnd_file.put_line(fnd_file.log, 'CCID could not be found');
1066: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1067: p_full_path => l_path_name,
1068: p_string => 'CCID could not be found');
1069: FA_SRVR_MSG.add_message(
1070: Calling_Fn => g_calling_fn,

Line 1077: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

1073: RETURN FALSE;
1074:
1075: WHEN e_no_proration THEN
1076: fnd_file.put_line(fnd_file.log, 'Amount could not be prorated among the distributions');
1077: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1078: p_full_path => l_path_name,
1079: p_string => 'Amount could not be prorated among the distributions');
1080: FA_SRVR_MSG.add_message(
1081: Calling_Fn => g_calling_fn,

Line 1088: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

1084: RETURN FALSE;
1085:
1086: WHEN e_asset_life_err THEN
1087: fnd_file.put_line(fnd_file.log, 'Asset life could not be checked');
1088: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1089: p_full_path => l_path_name,
1090: p_string => 'Asset life could not be checked');
1091: FA_SRVR_MSG.add_message(
1092: Calling_Fn => g_calling_fn,

Line 1098: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);

1094: );
1095: RETURN FALSE;
1096:
1097: WHEN others THEN
1098: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);
1099: FA_SRVR_MSG.add_sql_error(Calling_Fn => g_calling_fn);
1100: RETURN FALSE;
1101:
1102: END Do_Cost_Revaluation;