DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_TRANSFER_PKG dependencies on FA_CALENDAR_TYPES

Line 2614: FROM fa_calendar_types ct ,

2610: IF ( p_book_type_code = l_corporate_book ) THEN
2611: BEGIN
2612: SELECT number_per_fiscal_year
2613: INTO l_num_per_fiscal_year
2614: FROM fa_calendar_types ct ,
2615: fa_book_controls bc
2616: WHERE ct.calendar_type = bc.deprn_calendar
2617: AND bc.book_type_code = l_corporate_book ;
2618: EXCEPTION