DBA Data[Home] [Help]

APPS.PER_PEOPLE3_PKG dependencies on PER_BUSINESS_GROUPS

Line 24: from per_business_groups pbg

20: ,decode(pbg.METHOD_OF_GENERATION_APL_NUM,'A'
21: , p_property_off, p_property_on)
22: into p_employee_property
23: , p_applicant_property
24: from per_business_groups pbg
25: where pbg.business_group_id = p_business_group_id;
26: --
27: exception
28: when no_data_found then