DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on PER_PAY_PROPOSALS

Line 838: FROM per_pay_proposals

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