DBA Data[Home] [Help]

APPS.EAM_PM_CONCURRENT_REQUESTS SQL Statements

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

Line: 41

    select pm_forecast_id
    from eam_forecasted_work_orders
    where group_id = x_group_id;
Line: 50

	select project_control_level into l_project_control_level
	from pjm_org_parameters where organization_id = p_org_id;
Line: 68

    select wip_job_schedule_interface_s.nextval
      into x_group_id
      from dual;
Line: 134

    select count(*) into x_count
      from wip_job_schedule_interface
     where group_id = p_group_id;