DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on PAY_GENERIC_UPGRADE

Line 3245: pay_generic_upgrade.new_business_group( p_bus_grp_id => p_organization_id

3241: -- Bug 3617238 START
3242: --
3243: IF p_org_info_type_code = 'Business Group Information' THEN
3244: --
3245: pay_generic_upgrade.new_business_group( p_bus_grp_id => p_organization_id
3246: ,p_leg_code => p_org_information9
3247: );
3248: --
3249: END IF;