PO_ASL_API_PUB.CREATE_UPDATE_ASL to assign RELEASE_GENERATION_METHOD := null;
Good Day!
We are currently using EBS version 12.2.9
I am attempting to use the API PO_ASL_API_PUB.CREATE_UPDATE_ASL to update an ASL's "Release Generation Method" (PAAREC.RELEASE_GENERATION_METHOD) to NULL.
I tried using the following two statements to null the column.
paarec.release_generation_method:= po_tbl_varchar25(null);
paarec.release_generation_method_dsp:= po_tbl_varchar50(null);
Unfortunately this did not alter the column (po_asl_attributes.release_generation_method).
Any help is appreciated.
Thank you.
-Tom