DBA Data[Home] [Help]

APPS.PAY_DK_BIK_UTILITY dependencies on PER_BUSINESS_GROUPS

Line 52: from per_business_groups

48: begin
49: if cached = FALSE THEN
50: select legislation_code
51: into g_leg_code
52: from per_business_groups
53: where business_group_id = p_bus_group_id;
54: cached := TRUE;
55: end if;
56: end;