DBA Data[Home] [Help]

APPS.IGI_IAC_EXTRACT_PKG dependencies on FA_BOOK_CONTROLS

Line 48: FROM fa_book_controls bc,

44: bc.ORG_ID ,
45: th.revaluation_period ,
46: decode(bc.GL_POSTING_ALLOWED_FLAG,'YES', 'Y', 'N') gl_transfer_flag,
47: th.revaluation_date acc_date -- Bug 8297092
48: FROM fa_book_controls bc,
49: igi_iac_revaluations th
50: WHERE th.book_type_code = bc.book_type_code
51: and th.book_type_code = p_book_type_code
52: and th.event_id = p_event_id