DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on PER_ORGANIZATION_LIST

Line 2156: -- bug fix 3571140.Record for the organization deleted from PER_ORGANIZATION_LIST

2152: -- Remove non-translated data row
2153: --
2154: hr_utility.set_location( l_proc, 40);
2155:
2156: -- bug fix 3571140.Record for the organization deleted from PER_ORGANIZATION_LIST
2157: -- table.
2158:
2159: delete from per_organization_list
2160: where organization_id = p_organization_id;

Line 2159: delete from per_organization_list

2155:
2156: -- bug fix 3571140.Record for the organization deleted from PER_ORGANIZATION_LIST
2157: -- table.
2158:
2159: delete from per_organization_list
2160: where organization_id = p_organization_id;
2161:
2162: hr_utility.set_location( l_proc, 45);
2163: