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


TABLE: HR.PAY_LEGISLATION_RULES

Object Details
Object Name: PAY_LEGISLATION_RULES
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_LEGISLATION_RULES
Subobject Name:
Status: VALID


PAY_LEGISLATION_RULES holds legislation specific rules that determine
how the system behaves for different legislations. These rules
control time period dependency management, the start of the financial
year, flexfield structures for specific legislations, and determining
the levels to hold soft coded legislation, (organization, payroll or
assignment).


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_LEGISLATION_RULES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLEGISLATION_CODE
ColumnRULE_TYPE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
LEGISLATION_CODE VARCHAR2 (30) Yes Code identifying the legislation to which the rule applies.
RULE_TYPE VARCHAR2 (30) Yes Type of rule.
RULE_MODE VARCHAR2 (30) Yes Identifier or other value for the given legislation code and rule type.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT LEGISLATION_CODE
,      RULE_TYPE
,      RULE_MODE
,      ZD_EDITION_NAME
FROM HR.PAY_LEGISLATION_RULES;

Dependencies

[top of page]

HR.PAY_LEGISLATION_RULES does not reference any database object

HR.PAY_LEGISLATION_RULES is referenced by following:

SchemaHR
ViewPAY_LEGISLATION_RULES#