DBA Data[Home] [Help]

APPS.PAY_CORE_FF_UDFS dependencies on PER_BUSINESS_GROUPS_PERF

Line 91: from per_business_groups_perf

87: FUNCTION get_legislation_code(p_business_group_id NUMBER)
88: RETURN VARCHAR2 IS
89: CURSOR c_get_legislation_code(p_business_group_id VARCHAR2) IS
90: select legislation_code
91: from per_business_groups_perf
92: where business_group_id = p_business_group_id;
93:
94: BEGIN
95: OPEN c_get_legislation_code(p_business_group_id);