DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.SSP_SAP_ENTRIES_V

Object Details
Object Name: SSP_SAP_ENTRIES_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Nonrecurring element entries for SAP and SAP correction elements.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ASSIGNMENT_ID NUMBER (10) Yes Foreign key to PER_ALL_ASSIGNMENTS_F.
PERSON_ID NUMBER (10) Yes Foreign key to PER_ALL_PEOPLE_F.
REVERSAL_ENTRY VARCHAR2 (1)
Flag to indicate if this entry is a reversal of another SAP entry.
DATE_FROM DATE

Start of the SAP period which this entry covers.
DATE_TO DATE

End of the SAP period which this entry covers.
AMOUNT NUMBER

Monetary amount of entitlement to SAP for the covered period.
RATE VARCHAR2 (60)
Rate band at which this entry was calculated.
RECOVERABLE_AMOUNT NUMBER

The amount of SAP entitlement which is recoverable from the government.
ELEMENT_ENTRY_ID NUMBER (15) Yes Primary key from PAY_ELEMENT_ENTRIES_F.
EFFECTIVE_START_DATE DATE
Yes Element entry effective start date.
EFFECTIVE_END_DATE DATE
Yes Element entry effective end date.
MATERNITY_ID NUMBER (15)
Foreign key to SSP_MATERNITIES. Derived from Element Entry creator Id.
ROW_ID ROWID (10)
Internal row id.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ASSIGNMENT_ID
,      PERSON_ID
,      REVERSAL_ENTRY
,      DATE_FROM
,      DATE_TO
,      AMOUNT
,      RATE
,      RECOVERABLE_AMOUNT
,      ELEMENT_ENTRY_ID
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
,      MATERNITY_ID
,      ROW_ID
FROM APPS.SSP_SAP_ENTRIES_V;

Dependencies

[top of page]

APPS.SSP_SAP_ENTRIES_V references the following:

SchemaAPPS
PL/SQL PackageFND_DATE - show dependent code
PL/SQL PackageFND_NUMBER - show dependent code
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPAY_ELEMENT_ENTRIES_F
SynonymPAY_ELEMENT_ENTRY_VALUES_F
SynonymPAY_ELEMENT_LINKS_F
SynonymPAY_ELEMENT_TYPES_F
SynonymPAY_INPUT_VALUES_F
ViewPER_ASSIGNMENTS_F
APPS.SSP_SAP_ENTRIES_V is referenced by following:

SchemaAPPS
Package BodyPQP_GB_OSP_FUNCTIONS - show dependent code