DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on HR_ALL_ORGANIZATION_UNITS

Line 379: * stores organizations in the table HR_ALL_ORGANIZATION_UNITS.

375: /*#
376: * This API Updates an existing Organization.
377: *
378: * You cannot update the name or business_group_id attributes. The process
379: * stores organizations in the table HR_ALL_ORGANIZATION_UNITS.
380: *
381: *

Licensing
382: * This API is licensed for use with Human Resources and HR Foundation.
383: *

Line 687: * This API deletes an organization from the HR_ALL_ORGANIZATION_UNITS table,

683: -- {Start Of Comments}
684: /*#
685: * This API deletes an organization.
686: *
687: * This API deletes an organization from the HR_ALL_ORGANIZATION_UNITS table,
688: * and its associated translated rows from the HR_ALL_ORGANIZATION_UNITS_TL
689: * table.
690: *
691: *

Licensing

Line 688: * and its associated translated rows from the HR_ALL_ORGANIZATION_UNITS_TL

684: /*#
685: * This API deletes an organization.
686: *
687: * This API deletes an organization from the HR_ALL_ORGANIZATION_UNITS table,
688: * and its associated translated rows from the HR_ALL_ORGANIZATION_UNITS_TL
689: * table.
690: *
691: *

Licensing
692: * This API is licensed for use with Human Resources and HR Foundation.

Line 720: ,p_organization_id IN hr_all_organization_units.organization_id%TYPE

716: -- {End Of Comments}
717: --
718: PROCEDURE delete_organization
719: ( p_validate IN BOOLEAN DEFAULT false
720: ,p_organization_id IN hr_all_organization_units.organization_id%TYPE
721: ,p_object_version_number IN hr_all_organization_units.object_version_number%TYPE
722: );
723: --
724: -- ----------------------------------------------------------------------------

Line 721: ,p_object_version_number IN hr_all_organization_units.object_version_number%TYPE

717: --
718: PROCEDURE delete_organization
719: ( p_validate IN BOOLEAN DEFAULT false
720: ,p_organization_id IN hr_all_organization_units.organization_id%TYPE
721: ,p_object_version_number IN hr_all_organization_units.object_version_number%TYPE
722: );
723: --
724: -- ----------------------------------------------------------------------------
725: -- |------------------------< create_org_classification >---------------------|

Line 1514: * HR_ALL_ORGANIZATION_UNITS. The translated columns are stored in the table

1510: * This API creates a business group.
1511: *
1512: * This API creates a new business group. This API is MLS enabled, and there is
1513: * one translated column (NAME). Organizations are stored in the table
1514: * HR_ALL_ORGANIZATION_UNITS. The translated columns are stored in the table
1515: * HR_ALL_ORGANIZATION_UNITS_TL.
1516: *
1517: *

Licensing
1518: * This API is licensed for use with Human Resources and HR Foundation.

Line 1515: * HR_ALL_ORGANIZATION_UNITS_TL.

1511: *
1512: * This API creates a new business group. This API is MLS enabled, and there is
1513: * one translated column (NAME). Organizations are stored in the table
1514: * HR_ALL_ORGANIZATION_UNITS. The translated columns are stored in the table
1515: * HR_ALL_ORGANIZATION_UNITS_TL.
1516: *
1517: *

Licensing
1518: * This API is licensed for use with Human Resources and HR Foundation.
1519: *

Line 1620: * Organizations are stored in the table HR_ALL_ORGANIZATION_UNITS. The

1616: /*#
1617: * This API creates a new Operating Unit within an existing Business group.
1618: *
1619: * The API is MLS enabled, and there is one translated column (NAME).
1620: * Organizations are stored in the table HR_ALL_ORGANIZATION_UNITS. The
1621: * translated columns are stored in the table HR_ALL_ORGANIZATION_UNITS_TL.
1622: *
1623: *

Licensing
1624: * This API is licensed for use with Human Resources and HR Foundation.

Line 1621: * translated columns are stored in the table HR_ALL_ORGANIZATION_UNITS_TL.

1617: * This API creates a new Operating Unit within an existing Business group.
1618: *
1619: * The API is MLS enabled, and there is one translated column (NAME).
1620: * Organizations are stored in the table HR_ALL_ORGANIZATION_UNITS. The
1621: * translated columns are stored in the table HR_ALL_ORGANIZATION_UNITS_TL.
1622: *
1623: *

Licensing
1624: * This API is licensed for use with Human Resources and HR Foundation.
1625: *

Line 1726: * Organizations are updated on the HR_ALL_ORGANIZATION_UNITS table.

1722: * This API updates a new operating unit starting with existing
1723: * business group. The API is MLS enabled, and there is
1724: * one translated column: NAME.
1725: *
1726: * Organizations are updated on the HR_ALL_ORGANIZATION_UNITS table.
1727: * The translated columns are stored on the
1728: * HR_ALL_ORGANIZATION_UNITS_TL table.
1729: *
1730: *

Licensing

Line 1728: * HR_ALL_ORGANIZATION_UNITS_TL table.

1724: * one translated column: NAME.
1725: *
1726: * Organizations are updated on the HR_ALL_ORGANIZATION_UNITS table.
1727: * The translated columns are stored on the
1728: * HR_ALL_ORGANIZATION_UNITS_TL table.
1729: *
1730: *

Licensing
1731: * This API is licensed for use with Human Resources and HR Foundation.
1732: *

Line 1815: * Organizations are stored in the table HR_ALL_ORGANIZATION_UNITS. The

1811: /*#
1812: * This API creates an organization with a classification of legal entity.
1813: *
1814: * The API is MLS enabled, and there is one translated column (NAME).
1815: * Organizations are stored in the table HR_ALL_ORGANIZATION_UNITS. The
1816: * translated columns are stored in the table HR_ALL_ORGANIZATION_UNITS_TL.
1817: *
1818: *

Licensing
1819: * This API is licensed for use with Human Resources and HR Foundation.

Line 1816: * translated columns are stored in the table HR_ALL_ORGANIZATION_UNITS_TL.

1812: * This API creates an organization with a classification of legal entity.
1813: *
1814: * The API is MLS enabled, and there is one translated column (NAME).
1815: * Organizations are stored in the table HR_ALL_ORGANIZATION_UNITS. The
1816: * translated columns are stored in the table HR_ALL_ORGANIZATION_UNITS_TL.
1817: *
1818: *

Licensing
1819: * This API is licensed for use with Human Resources and HR Foundation.
1820: *

Line 1943: * Organizations are stored in the table HR_ALL_ORGANIZATION_UNITS.

1939: /*#
1940: * This API creates a Legal Entity Classification for an existing Organization
1941: * and populates information type data.
1942: *
1943: * Organizations are stored in the table HR_ALL_ORGANIZATION_UNITS.
1944: *
1945: *

Licensing
1946: * This API is licensed for use with Human Resources and HR Foundation.
1947: *

Line 1996: * HR_ALL_ORGANIZATION_UNITS.

1992: * organization.
1993: *
1994: * This API creates new classification for existing organization and populates
1995: * information type data. Organizations are stored in the table
1996: * HR_ALL_ORGANIZATION_UNITS.
1997: *
1998: *

Licensing
1999: * This API is licensed for use with Human Resources and HR Foundation.
2000: *

Line 2053: * column is stored in the table HR_ALL_ORGANIZATION_UNITS_TL.

2049: * This API translates an organization name.
2050: *
2051: * This API translates an organization name into a specified language. The API
2052: * is MLS enabled, and there is one translated column (NAME). The translated
2053: * column is stored in the table HR_ALL_ORGANIZATION_UNITS_TL.
2054: *
2055: *

Licensing
2056: * This API is licensed for use with HR Foundation.
2057: *

Line 2108: * in the table HR_ALL_ORGANIZATION_UNITS.

2104: * This API adds an organization classification of Company Cost Center.
2105: *
2106: * This API creates new Company Cost Center classification for an existing
2107: * organization and populates information type data. Organizations are stored
2108: * in the table HR_ALL_ORGANIZATION_UNITS.
2109: *
2110: *

Licensing
2111: * This API is licensed for use with Human Resources.
2112: *