DBA Data[Home] [Help]

APPS.IGI_IAC_YTD_ENGINE SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 59

        SELECT date_placed_in_service
        FROM fa_books
        WHERE book_type_code = p_book_type_code
        AND asset_id = p_asset_id;
Line: 65

        SELECT deprn_calendar
        FROM fa_book_controls
        WHERE book_type_code like p_book_type_code;
Line: 70

        SELECT number_per_fiscal_year
        FROM fa_calendar_types
        WHERE calendar_type = p_calendar_type;