DBA Data[Home] [Help]

APPS.PAY_PWA_BUS dependencies on PER_BUSINESS_GROUPS

Line 145: from per_business_groups a,

141: -- Declare cursor
142: --
143: cursor csr_leg_code is
144: select a.legislation_code
145: from per_business_groups a,
146: pay_wci_accounts b
147: where b.account_id = p_account_id
148: and a.business_group_id = b.business_group_id;
149: --