in R12.1.3, how to auto create unique Delivery Number sequence per operating unit ?
Hi Guru,
the requirement is to have uniqe delivery number sequence per operating unit without gap, is it possible ?
example, we have 3 OU's, A, B and C
The delivery number sequence should be :
OU A Delivery Name (prefix 1) : 100001 then 100002 then 100003 ...
OU B Delivery Name(Prefix 2) : 200001 then 200002 then 200003...
OU C Delivery Name (Prefix 3) 300001 then 300002 then 300003 ...
how to achieve this ?
please advised
regards,
didi