DBA Data[Home] [Help]

APPS.PER_CTC_BUS dependencies on PER_BUSINESS_GROUPS

Line 1468: from per_business_groups pbg

1464: -- Declare cursor
1465: --
1466: cursor csr_leg_code is
1467: select pbg.legislation_code
1468: from per_business_groups pbg
1469: , per_contracts_f ctr
1470: where ctr.contract_id = p_contract_id
1471: and pbg.business_group_id = ctr.business_group_id
1472: order by ctr.effective_start_date;