DBA Data[Home] [Help]

APPS.IGR_VAL_EAPMPI SQL Statements

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

Line: 16

        SELECT  ea.enquiry_dt
        FROM    IGR_I_APPL_ALL       ea
        WHERE   ea.person_id        = p_person_id AND
            ea.enquiry_appl_number  = p_enquiry_appl_number AND
            TRUNC(ea.enquiry_dt)    <= p_mailed_dt;