DBA Data[Home] [Help]

APPS.HR_RATE_VALUES_API dependencies on PER_BUSINESS_GROUPS_PERF

Line 49: from per_business_groups_perf

45: where rate_id = p_rate_id;
46: --
47: cursor csr_get_curr_code is
48: select currency_code
49: from per_business_groups_perf
50: where business_group_id = p_business_group_id;
51: --
52: BEGIN
53: --

Line 612: from per_business_groups_perf

608: where rate_id = p_rate_id;
609: --
610: cursor csr_get_curr_code is
611: select currency_code
612: from per_business_groups_perf
613: where business_group_id = p_business_group_id;
614: --
615: BEGIN
616: --