[Home] [Help]
[Dependency Information]
Object Name: | HR_FR_ESTABLISHMENTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | (15) | Yes | System-generated primary key column |
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ALL_ORGANIZATION_UNITS |
NAME | VARCHAR2 | (240) | Yes | Name of the organization |
DATE_FROM | DATE | Yes | Start date of the organization | |
DATE_TO | DATE | End date of the organization | ||
INTERNAL_ADDRESS_LINE | VARCHAR2 | (80) | Internal address line | |
LOCATION_ID | NUMBER | (15) | Foreign key to HR_LOCATIONS | |
LOCATION_CODE | VARCHAR2 | (60) | ||
COMMENTS | CLOB | (4000) | General remark | |
COMPANY_ORG_ID | VARCHAR2 | (150) | The company in which the establishment exists | |
COMPANY_NAME | VARCHAR2 | (240) | The company name in which the establishment exists | |
SIRET_INFO | VARCHAR2 | (150) | The SIRET Identification number of the establishment | |
NAF_CODE | VARCHAR2 | (150) | The NAF Activity code | |
MONTHLY_HOURS | VARCHAR2 | (150) | The monthly reference number of hours | |
SALARY_TAX_LIABILITY | VARCHAR2 | (150) | An inidication of whether Salary Tax will be imposed on the Establishment | |
DADS_SIGNATORY | VARCHAR2 | (150) | The name of the signatory for the DADS file | |
PRUD_HOMME | VARCHAR2 | (150) | The type of establishment for Prud Homme Election purposes | |
INTERIM_AGENCY | VARCHAR2 | (150) | An indiciation of whether the establishment is an Interim Agency | |
URSSAF_ORG_ID | VARCHAR2 | (150) | The URSSAF Center which the establishment reports to | |
URSSAF_NAME | VARCHAR2 | (240) | The URSSAF Center name which the establishment reports to | |
URSSAF_ID | VARCHAR2 | (150) | URSSAF Identification Number Center | |
URSSAF_ACCOUNT_NUMBER | VARCHAR2 | (150) | ||
URSSAF_DISTRIBUTION_CENTRE | VARCHAR2 | (150) | The URSSAF Distribution Center | |
URSSAF_DISTRIB_CENTRE_NAME | VARCHAR2 | (240) | The URSSAF Distribution Center Name | |
ASSEDIC_ORG_ID | VARCHAR2 | (150) | The ASSEDIC Organization which the Establishment reports to | |
ASSEDIC_NAME | VARCHAR2 | (240) | The ASSEDIC Organization name which the Establishment reports to | |
ASSEDIC_REGISTRATION | VARCHAR2 | (150) | The ASSEDIC registration number | |
PREVIOUS_SIRET | VARCHAR2 | (150) | The previous SIRET identification number if it has changed | |
PREVIOUS_LOCATION_ID | VARCHAR2 | (150) | The previous location if it has changed | |
PREVIOUS_LOCATION_END | VARCHAR2 | (150) | The last day the establishment was at its previous location if it has changed | |
PREVIOUS_NAF_CODE | VARCHAR2 | (150) | The NAF Activity code | |
PREVIOUS_NAME | VARCHAR2 | (150) | Name of the organization | |
ENABLED | VARCHAR2 | (150) | An indication of whether the Establishment classification is enabled for this organization |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, BUSINESS_GROUP_ID
, NAME
, DATE_FROM
, DATE_TO
, INTERNAL_ADDRESS_LINE
, LOCATION_ID
, LOCATION_CODE
, COMMENTS
, COMPANY_ORG_ID
, COMPANY_NAME
, SIRET_INFO
, NAF_CODE
, MONTHLY_HOURS
, SALARY_TAX_LIABILITY
, DADS_SIGNATORY
, PRUD_HOMME
, INTERIM_AGENCY
, URSSAF_ORG_ID
, URSSAF_NAME
, URSSAF_ID
, URSSAF_ACCOUNT_NUMBER
, URSSAF_DISTRIBUTION_CENTRE
, URSSAF_DISTRIB_CENTRE_NAME
, ASSEDIC_ORG_ID
, ASSEDIC_NAME
, ASSEDIC_REGISTRATION
, PREVIOUS_SIRET
, PREVIOUS_LOCATION_ID
, PREVIOUS_LOCATION_END
, PREVIOUS_NAF_CODE
, PREVIOUS_NAME
, ENABLED
FROM APPS.HR_FR_ESTABLISHMENTS_V;
|
|
|