Core Workflow - EBS (MOSC)

MOSC Banner

PO Approval Workflow Lookup Codes

edited May 23, 2013 1:24AM in Core Workflow - EBS (MOSC) 3 commentsAnswered
Hi All,

Rel: 12.1.3

Wehn opening PO Approval Email notification, you can see labels of 'Approve', 'Approve And Forward ', 'Forward', 'Reject' , 'Request Information'.

Do these labels having corresponding lookup codes defined in WF table APPS.WF_LOOKUPS_tl and lookup type = 'PO_POAPPRV_APPROVE_ACTION' ?

Select statement looks like :

select
  LOOKUP_CODE
  ,MEANING||' '
  ,LANGUAGE
  ,15--PROTECT_LEVEL
  ,15--CUSTOM_LEVEL
  , DESCRIPTION
  , SOURCE_LANG
  , SECURITY_GROUP_ID
  FROM APPS.WF_LOOKUPS_tl
  WHERE LOOKUP_TYPE='PO_POAPPRV_APPROVE_ACTION'




Regards, Siyao

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