DBA Data[Home] [Help]

APPS.PAY_CORE_FF_UDFS dependencies on PER_BUSINESS_GROUPS_PERF

Line 289: from per_business_groups_perf

285: FUNCTION get_legislation_code(p_business_group_id NUMBER)
286: RETURN VARCHAR2 IS
287: CURSOR c_get_legislation_code(p_business_group_id VARCHAR2) IS
288: select legislation_code
289: from per_business_groups_perf
290: where business_group_id = p_business_group_id;
291:
292: BEGIN
293: OPEN c_get_legislation_code(p_business_group_id);