FYI : The statement I used to create the constraint is:

alter table empower.u_smcshipping add constraint CHASE_NUM_UNIQUE UNIQUE(SERVICER_LN_NUM) deferrable initially deferred NOVALIDATE;

Result:
Statement processed.