We are using the following qualifiers for getting a recent assignment.
paam.primary_flag='Y', paam.assignment_type='E', paam.effective_latest_change='Y', paam.assignment_status_type='ACTIVE', trunc(sysdate) between paam.effective_start_date and paam.effective_end_date
How do you get the top of stack when there are also MCPD on the assignment? What column can I either qualify or do a max statement against?
Thanks.