DBA Data[Home] [Help]

APPS.HRUSERDT dependencies on PER_BUSINESS_GROUPS

Line 66: from per_business_groups

62: begin
63: if cached = FALSE THEN
64: select legislation_code
65: into g_leg_code
66: from per_business_groups
67: where business_group_id = p_bus_group_id;
68: cached := TRUE;
69: end if;
70: end;