DBA Data[Home] [Help]

APPS.MSC_UPDATE_PLAN_OPTIONS_PK SQL Statements

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

Line: 44

END	msc_update_options;
Line: 52

    UPDATE 	msc_plans
    SET     data_completion_date = SYSDATE,
            last_update_date = SYSDATE,
            last_updated_by = arg_user_id
    WHERE   plan_id = arg_plan_id;