DBA Data[Home] [Help]

APPS.IGI_IAC_DEPRN_PKG dependencies on IGI_IAC_ADJ_PKG

Line 1482: IF NOT igi_iac_adj_pkg.do_process_adjustments ( p_book_type_code,

1478: but in R12 we no longer need this explicit call as we are calling do_prior_additions() */
1479: /* Bug 2906034 vgadde 25/04/2003 End(2) */
1480:
1481: /* Added for Adjustments processing Sekhar */
1482: IF NOT igi_iac_adj_pkg.do_process_adjustments ( p_book_type_code,
1483: p_period_counter,
1484: 'DEPRECIATION') THEN
1485: RETURN false;
1486: END IF;