Friday, September 14, 2012

ASO object in my 12.1.3 environment


How can I successfully compile the invalid ASO object in my 12.1.3 environment?

ASO_OPP_QTE_PUB
ASO_QUOTE_HEADERS_PVT 
ASO_QUOTE_PUB_W 
ASO_SECURITY_INT 

Please do the following:

1. Compile each of the objects using the package source files.
First compile the package SPEC asoisecs.pls, then the package BODY:
For example:

@asoisecs.pls
@asoisecb.pls

@asovqw1s.pls
@asovqw1b.pls

@asopopqs.pls
@asopopqb.pls

@asovqhds.pls
@asovqhdb.pls

2. Confirm these ASO packages have compiled successfully.

select object_name, object_type, status
from dba_objects
where object_type like '%PACKAGE%' and object_name like '%ASO%';

3. If any ASO invalids remain, please upload the appscheck as follows from Order Management
Log into your Order Management responsibility
View->Requests->Submit a request->Single Request->Diagnostics Appscheck
----> Application Parameters
Quoting (QOT)
Order Capture (ASO)



1 comment: