Employee Personal Payment Method
Dear All,
Case:
We uploaded at least 100 employees through Data Load, but mistakenly effective date uploaded '21-Oct-2011' , it's wrong date. after that, we delete personal payment method through API and Create through API, after creating the record, effective end date auto set '20-OCT-2011', that is wrong. *how to change effective end date*. *Kindly update as earliest.*
_*Sample Data:*_
EMPLOYEE_NUMBER FULL_NAME ASSIGNMENT_ID BUSINESS_GROUP_ID EFFECTIVE_START_DATE *EFFECTIVE_END_DATE* OBJECT_VERSION_NUMBER
67 Asim , Mr. 234 88 7/8/2011 *10/20/2011* 1
68 Arslan , Mr. 235 88 7/1/2011 *10/20/2011* 1
69 Mukhtiar Ahmed, Mr. 236 88 8/29/2011 *10/20/2011* 1
70 Aamir Faheem, Mr. 237 88 7/2/2011 *10/20/2011* 1
_*API for Deletion:*_
declare
x_validate BOOLEAN := FALSE;
X_EFFECTIVE_START_DATE DATE;
Tagged:
0