Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Example of filled Edit Data Object form:

Custom SQL used:

Select
ord.BUS_TASK_ID BUS_TASK_ID,
ord.SEND_BY SEND_BY,
ord.CORRELATION_ID CORRELATION_ID,
ord.CF_NAME CF_NAME,
ord.PROC_STATUS PROC_STATUS,
to_char(MASTERTABLE.CREATE_DATE,'YYYY-MM-DD HH24:MI:SS') CREATE_DATE,
to_char(MASTERTABLE.UPDATE_DATE,'YYYY-MM-DD HH24:MI:SS') UPDATE_DATE,
MASTERTABLE.ORCH_STATE_CLOB
from pace_masterdbo.ORCH_REQUEST_DEF ord,
pace_masterdbo.ORCH_QUEUE MASTERTABLE
where ord.INSTANCE=MASTERTABLE.ORCH_REQ_DEF_INSTANCE and 
ord.CORRELATION_ID LIKE '%_DATA' and
rownum <= 100

Common filters used:

sourcename,effectivedate,fromeffectivedate,toeffectivedate,entityfilter,entityid,xrefaccountid,spddeltafilter

Other filters used:

Name

WHERE Clause

fromdate

MASTERTABLE.CREATE_DATE >= :fromdate

todate

MASTERTABLE.CREATE_DATE <= :todate

Click Save ribbon button to save your custom Data Object. You can now Close the form.


  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.