DBA Data[Home] [Help]

APPS.PAY_PMA_BUS dependencies on PER_BUSINESS_GROUPS

Line 380: from per_business_groups a,

376: -- Declare cursor
377: --
378: cursor csr_leg_code is
379: select a.legislation_code
380: from per_business_groups a,
381: pay_ca_pmed_accounts b
382: where b.source_id = p_source_id
383: and a.business_group_id = b.business_group_id;
384: --