DBA Data[Home] [Help]

APPS.PQH_PQUBGTEN_XMLP_PKG dependencies on PER_BUSINESS_GROUPS_PERF

Line 118: FROM per_business_groups_perf bg

114: l_currency_code varchar2(10);
115: l_leg_code varchar2(10);
116: cursor csr_leg_code IS
117: SELECT bg.legislation_code
118: FROM per_business_groups_perf bg
119: WHERE bg.business_group_id = p_business_group_id;
120: begin
121: l_currency_code := hr_general.default_currency_code(p_business_group_id => p_business_group_id);
122: IF l_currency_code IS NULL THEN