DBA Data[Home] [Help]

APPS.PAY_PWO_BUS dependencies on PER_BUSINESS_GROUPS

Line 208: from per_business_groups a,

204: -- Declare cursor
205: --
206: cursor csr_leg_code is
207: select a.legislation_code
208: from per_business_groups a,
209: pay_wci_occupations b
210: where b.occupation_id = p_occupation_id
211: and a.business_group_id = b.business_group_id;
212: --