DBA Data[Home] [Help]

APPS.PER_UPLOAD_USER_TABLE dependencies on PER_BUSINESS_GROUPS

Line 607: from per_business_groups

603:
604: BEGIN
605: select security_group_id
606: into l_security_group_id
607: from per_business_groups
608: where business_group_id = p_business_group_id;
609: exception
610: when others then
611: l_security_group_id := 0;

Line 772: from per_business_groups

768:
769: BEGIN
770: select security_group_id
771: into l_security_group_id
772: from per_business_groups
773: where business_group_id = p_business_group_id;
774: exception
775: when others then
776: l_security_group_id := 0;