DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_HIST_PKG dependencies on IGI_IAC_COMMON_UTILS

Line 377: IF igi_iac_common_utils.Get_Period_Info_for_Counter(p_book_type_code,

373: END IF;
374: CLOSE c_get_fa_cost_curr;
375: END IF;
376: -- bug 3394103 end 4
377: IF igi_iac_common_utils.Get_Period_Info_for_Counter(p_book_type_code,
378: l_lac_reval_history(l_idx2).period_counter,
379: l_prd_rec) THEN
380: NULL;
381: END IF;

Line 391: IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,

387:
388: -- fetch the previous cost
389: IF l_lac_reval_history(l_idx2).transaction_type_code = 'ADDITION' THEN
390: l_get_previous_cost := l_get_fa_cost.cost;
391: IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,
392: l_get_fa_cost.date_placed_in_service,
393: l_prd_rec_pre ) THEN
394: NULL;
395: END IF;

Line 417: IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,

413:
414: IF (l_lac_reval_history(l_idx2).transaction_sub_type = 'IMPLEMENTATION') THEN
415: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'No Previous transaction ');
416: l_get_previous_cost := l_get_fa_cost.cost;
417: IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,
418: l_get_fa_cost.date_placed_in_service,
419: l_prd_rec_pre ) THEN
420: NULL;
421: END IF;

Line 434: /*IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,

430: -- 1.Current period addition
431: -- 2.Implementation form MHCA
432: -- In the above two cases there is FA_COST only shown as previous cost
433: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'No Previous transaction ');
434: /*IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,
435: l_get_fa_cost.date_placed_in_service,
436: l_prd_rec_pre ) THEN
437: NULL;
438: END IF;*/

Line 489: IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,

485: OPEN c_get_adj_type(l_lac_reval_history(l_idx2).transaction_header_id);
486: FETCH c_get_adj_type INTO l_get_adj_type;
487: IF c_get_adj_type%FOUND THEN
488: IF l_get_adj_type.transaction_subtype='EXPENSED' THEN
489: IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,
490: l_get_fa_cost.date_placed_in_service,
491: l_prd_rec_pre ) THEN
492: NULL;
493: END IF;

Line 495: IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,

491: l_prd_rec_pre ) THEN
492: NULL;
493: END IF;
494: ELSE
495: IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,
496: l_get_adj_type.transaction_date_entered,
497: l_prd_rec_pre ) THEN
498: NULL;
499: END IF;

Line 507: IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,

503: END IF;
504: END IF;
505: -- bug 3394103 end 4
506: IF l_lac_reval_history(l_idx2).transaction_type_code = 'RECLASS' THEN
507: IF igi_iac_common_utils.Get_Period_Info_for_Date(p_book_type_code,
508: l_get_fa_cost.date_placed_in_service,
509: l_prd_rec_pre ) THEN
510: NULL;
511: END IF;