DBA Data[Home] [Help]

APPS.PAY_KR_AEI_API dependencies on PER_BUSINESS_GROUPS

Line 18: from per_business_groups pbg

14: l_legislation_code varchar2(2);
15: --
16: cursor csr_bg is
17: select legislation_code
18: from per_business_groups pbg
19: where pbg.business_group_id = p_business_group_id;
20: --
21: begin
22: --