Procurement - EBS (MOSC)

MOSC Banner

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center