DBA Data[Home] [Help]

APPS.PAY_IN_PROF_TAX_PKG dependencies on FND_PROFILE

Line 35: and hou.business_group_id = FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID')

31: from hr_organization_information hoi
32: , hr_organization_units hou
33: where hoi.organization_id = p_pt_org
34: and hoi.organization_id = hou.organization_id
35: and hou.business_group_id = FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID')
36: and org_information_context ='PER_IN_PROF_TAX_DF';
37: --
38: l_state hr_lookups.lookup_code%TYPE;
39: l_procedure VARCHAR2(100);