DBA Data[Home] [Help]

APPS.HR_US_GARN_GEN dependencies on PER_BUSINESS_GROUPS

Line 1044: from per_business_groups

1040: begin
1041:
1042: select name
1043: into v_bg_name
1044: from per_business_groups
1045: where business_group_id + 0 = p_bg_id;
1046: exception WHEN NO_DATA_FOUND THEN
1047: v_bg_name := NULL;
1048: hr_utility.set_location('Could not find ''BG NAME'' ', 999);