DBA Data[Home] [Help]

APPS.PAY_PWR_BUS dependencies on PER_BUSINESS_GROUPS

Line 214: from per_business_groups a,

210: -- Declare cursor
211: --
212: cursor csr_leg_code is
213: select a.legislation_code
214: from per_business_groups a,
215: pay_wci_rates b
216: where b.rate_id = p_rate_id
217: and a.business_group_id = b.business_group_id;
218: --