DBA Data[Home] [Help]

APPS.HR_GL_SYNC_ORGS dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 1930: update hr_all_organization_units_tl

1926: units.date_from = l_org_start_date,
1927: units.date_to = l_org_end_date
1928: where units.rowid = l_rowid;
1929: --
1930: update hr_all_organization_units_tl
1931: set name= l_org_name
1932: where organization_id = l_org_id
1933: and language in (language, source_lang);
1934: --

Line 1949: update hr_all_organization_units_tl

1945: update hr_all_organization_units units
1946: set units.name = l_org_name
1947: where units.rowid = l_rowid;
1948: --
1949: update hr_all_organization_units_tl
1950: set name=l_org_name
1951: where organization_id = l_org_id
1952: and language in (language, source_lang);
1953: --