Jorge Rimblas
@rimblas
APEX Tech Lead at DRW
*Citation needed
Template = Look & Feel
Type = Data Source
Most Important Step!!
Keep all defaults and create
Region
Region
It depends?
1/12th the width of the container
(Layout)
Region
Item
Use Template: "Blank with attributes"
select h.employee_id,
h.start_date,
h.end_date,
h.job_id,
d.department_name
from oehr_job_history h
, oehr_departments d
where h.department_id = d.department_id
and h.employee_id = :P9_EMPLOYEE_ID
Jorge Rimblas
@rimblas