RA_OFFCTX_GRDV(SQL View) |
Index Back |
---|---|
Offer ContextsUsed for deep query in the offer configurable search. |
SELECT O.SYNCID , C.EOCF_CONTEXT_ID FROM PS_RA_OFFER O , PS_RA_OFFER_CNTXT C WHERE C.SETID = O.SETID AND C.RA_OFFER_ID = O.RA_OFFER_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
2 | EOCF_CONTEXT_ID | Number(31,0) | DECIMAL(31) NOT NULL |
the ID value for a configured context
Prompt Table: RA_OFRCTX_VW |