DBA Data[Home] [Help]

APPS.HR_PERSON_API dependencies on HR_PERSON_INTERNAL

Line 2181: hr_person_internal.delete_org_manager(p_person_id => p_person_id

2177: --
2178: -- Check whether the person is manager for any organization.
2179: -- If so, set the out warning parameter.
2180: --
2181: hr_person_internal.delete_org_manager(p_person_id => p_person_id
2182: ,p_effective_date => p_effective_date
2183: ,p_person_org_manager_warning => p_person_org_manager_warning);
2184: --
2185: -- Perform minimal Core HR pre-delete validations.

Line 2190: HR_PERSON_INTERNAL.weak_predel_validation

2186: --
2187: -- The following procedure need to be modified to remove the
2188: -- other product validations like BEN.
2189: --
2190: HR_PERSON_INTERNAL.weak_predel_validation
2191: (p_person_id => p_person_id
2192: ,p_effective_date => l_effective_date);
2193: --
2194: if g_debug then

Line 2207: HR_PERSON_INTERNAL.strong_predel_validation

2203: -- The following procedure now will contains only
2204: -- Core HR specific validations as other product validations
2205: -- will be commented out and should be done through hooks.
2206: --
2207: HR_PERSON_INTERNAL.strong_predel_validation
2208: (p_person_id => p_person_id
2209: ,p_effective_date => l_effective_date);
2210: --
2211: END IF;

Line 2215: HR_PERSON_INTERNAL.delete_person

2211: END IF;
2212: --
2213: -- Now perform the deletion of the person.
2214: --
2215: HR_PERSON_INTERNAL.delete_person
2216: (p_person_id => p_person_id
2217: ,p_effective_date => l_effective_date);
2218: --
2219: if g_debug then