DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on PER_PAY_PROPOSALS

Line 4717: from per_pay_proposals

4713: select 'x'
4714: from dual
4715: where exists (
4716: select null
4717: from per_pay_proposals
4718: where assignment_id = p_assignment_id
4719: and p_effective_date >= change_date
4720: and approved = 'Y'
4721: );