DBA Data[Home] [Help]

APPS.PO_EMAIL_GENERATE dependencies on STANDARD

Line 31: 4/30/2002 by davidng - item_type_key is renamed back to document_id to standardize with common Workflow

27: profile options will be retrieved as context will not be set correctly. This is accomplished by handling any
28: exceptions that would arise while calling wf_engine.GetItemAttrNumber due to invalid itemtype and itemkey
29:
30: Updates:
31: 4/30/2002 by davidng - item_type_key is renamed back to document_id to standardize with common Workflow
32: standard.
33: */
34: procedure generate_terms (document_id in varchar2,
35: display_type in varchar2,

Line 32: standard.

28: exceptions that would arise while calling wf_engine.GetItemAttrNumber due to invalid itemtype and itemkey
29:
30: Updates:
31: 4/30/2002 by davidng - item_type_key is renamed back to document_id to standardize with common Workflow
32: standard.
33: */
34: procedure generate_terms (document_id in varchar2,
35: display_type in varchar2,
36: document in out NOCOPY clob,