DBA Data[Home] [Help]

APPS.HR_DEPLOYMENT_FACTOR_API dependencies on PER_ALL_PEOPLE_F

Line 69: l_business_group_id per_all_people_f.business_group_id%type;

65: l_earliest_available_date date;
66: l_proc varchar2(72) := g_package||'create_person_dpmt_factor';
67: l_deployment_factor_id per_deployment_factors.deployment_factor_id%type;
68: l_object_version_number per_deployment_factors.object_version_number%type;
69: l_business_group_id per_all_people_f.business_group_id%type;
70: --
71: cursor get_bg is
72: select business_group_id
73: from per_all_people_f

Line 73: from per_all_people_f

69: l_business_group_id per_all_people_f.business_group_id%type;
70: --
71: cursor get_bg is
72: select business_group_id
73: from per_all_people_f
74: where person_id=p_person_id
75: and rownum = 1; -- Added for bug 3387339.
76: --
77: begin