XXEN_SCHUB_PLAN_ACTIONS_FILTER

Description
Categories: Supply Chain Hub
System report controlling the plan actions filter functionality on the Supply Chain Hub form
update xxen_schub_plan_sup_dmd_gt xspsd
set xspsd.filter_exclude_flag=null
where rowid in
(select chartorowid(xspav.row_id)
 from xxen_schub_plan_actions_v xspav
 where 1=1
 )
Parameter NameSQL textValidation
Organization
xspav.organization_code = :org_code
LOV
Item
xspav.item = :item
LOV
Date From
xspav.date_ >= trunc(:req_date_from)
Date
Date To
xspav.date_ < trunc(:req_date_to)+1
Date
Type
xspav.type = :order_type
LOV
Identifier
xspav.identifier = :identifier
LOV
Identif. Contains
upper(xspav.identifier) like '%' || upper(:identifier_contains) || '%'
Char
Action
xspav.action = :action
LOV
Resch Date From
xspav.reschedule_date >= trunc(:resch_date_from)
Date
Resch Date To
xspav.reschedule_date < trunc(:resch_date_to)+1
Date
Start Date From
xspav.start_date >= trunc(:start_date_from)
Date
Start Date To
xspav.start_date < trunc(:start_date_to)+1
Date
Project
xspav.project = :project
LOV
Task
xspav.task = :task
LOV