DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on PER_PAY_PROPOSALS

Line 841: FROM per_pay_proposals

837: --
838: -- Bug 3003754: check to see if pay rate changes exist on the same date as the transaction effective date
839: CURSOR cur_pay ( c_assignmentId NUMBER, c_bgId NUMBER) IS
840: SELECT change_date
841: FROM per_pay_proposals
842: WHERE assignment_id = c_assignmentId
843: AND business_group_id = c_bgId
844: ORDER BY change_date desc ;
845: