DBA Data[Home] [Help]

APPS.PER_CTC_BUS dependencies on PER_BUSINESS_GROUPS

Line 1471: from per_business_groups pbg

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