DBA Data[Home] [Help]

APPS.HR_SIT_API dependencies on PER_PEA_BUS

Line 233: per_pea_bus.chk_person_id

229: close csr_bg;
230: --
231: -- Check if the p_person_id is valid
232: --
233: per_pea_bus.chk_person_id
234: (p_person_id => p_person_id,
235: p_business_group_id => p_business_group_id,
236: p_effective_date => l_effective_date
237: );