Su - applprod
Cd $FND_TOP
Cd sql
Sqlplus apps/apps
SQL>Select org_id,release_num,wf_item_type,wf_item_key
From po_releases_all
Where po_header_id
In(select po_header_id from po_headers_all where segment1=’&PO_NUMBER’);
SQL>select po_header_id,wf_item_type,wf_item_key
from po_headers_all
where segment1='168/2005'
SQL>@wfstatus.sql
Enter value for 1: POAPPRV
Enter value for 2: 3319-4115
SQL>@wfretry.sql
Enter value for 1: POAPPRV
Enter value for 2: 3319-4115
Lable : POAPPRV_TOP
Command :RETRY
Result :NULL
Comments
Post a Comment