DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on PER_PAY_PROPOSALS

Line 4329: from per_pay_proposals

4325: select 'x'
4326: from dual
4327: where exists (
4328: select null
4329: from per_pay_proposals
4330: where assignment_id = p_assignment_id
4331: and p_effective_date >= change_date
4332: and approved = 'Y'
4333: );