DBA Data[Home] [Help]

APPS.IGP_VW_GEN_001_PKG dependencies on IGP_VW_GEN_001_PKG

Line 1: PACKAGE BODY IGP_VW_GEN_001_PKG AS

1: PACKAGE BODY IGP_VW_GEN_001_PKG AS
2: /* $Header: IGSPVWAB.pls 120.0 2005/06/02 04:25:27 appldev noship $ */
3:
4: /* +=======================================================================+
5: | Copyright (c) 2000 Oracle Corporation, Redwood Shores, CA, USA |

Line 332: avalue => 'PLSQLCLOB:igp_vw_gen_001_pkg.write_viewer_message/'||itemtype||':'||itemkey||'*P_VIEWER_MESSAGE');

328: -- standard way to call PLSQLCLOB. Dont modify.
329: wf_engine.setitemattrtext(ItemType => itemtype,
330: ItemKey => itemkey,
331: aname => 'P_VIEWER_MESSAGE',
332: avalue => 'PLSQLCLOB:igp_vw_gen_001_pkg.write_viewer_message/'||itemtype||':'||itemkey||'*P_VIEWER_MESSAGE');
333:
334: wf_engine.setitemattrtext(ItemType => itemtype,
335: ItemKey => itemkey,
336: aname => 'P_SYSDATE',

Line 704: avalue => 'PLSQLCLOB:igp_vw_gen_001_pkg.write_author_message/'||itemtype||':'||itemkey||'*P_AUTHOR_MESSAGE');

700: -- standard way to write a CLOB in workflow. dont change.
701: wf_engine.setitemattrtext(ItemType => itemtype,
702: ItemKey => itemkey,
703: aname => 'P_AUTHOR_MESSAGE',
704: avalue => 'PLSQLCLOB:igp_vw_gen_001_pkg.write_author_message/'||itemtype||':'||itemkey||'*P_AUTHOR_MESSAGE');
705:
706: wf_engine.setitemattrtext(ItemType => itemtype,
707: ItemKey => itemkey,
708: aname => 'P_SYSDATE',

Line 734: END IGP_VW_GEN_001_PKG;

730: END Get_Author_Det;
731:
732:
733:
734: END IGP_VW_GEN_001_PKG;