DBA Data[Home] [Help]

APPS.IGP_VW_GEN_001_PKG dependencies on STANDARD

Line 328: -- standard way to call PLSQLCLOB. Dont modify.

324: itemkey => itemkey,
325: p_viewer_ids => wf_engine.getitemattrtext(itemtype,itemkey,'P_VIEWER_IDS'),
326: p_portfolio_ids => wf_engine.getitemattrtext(itemtype,itemkey,'P_PORTFOLIO_IDS') );
327:
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');

Line 650: -- Purpose : Standard format of proc, to be used to write CLOB into Attribute to be picked by Notification.

646: document_type IN OUT NOCOPY VARCHAR2
647: ) AS
648: /*--------------------------------------------------------------------------
649: -- Created by : ssawhney
650: -- Purpose : Standard format of proc, to be used to write CLOB into Attribute to be picked by Notification.
651: -- See workflow standards for more details
652: -- History
653: ---------------------------------------------------------------------------*/
654: l_item_type VARCHAR2(100);

Line 651: -- See workflow standards for more details

647: ) AS
648: /*--------------------------------------------------------------------------
649: -- Created by : ssawhney
650: -- Purpose : Standard format of proc, to be used to write CLOB into Attribute to be picked by Notification.
651: -- See workflow standards for more details
652: -- History
653: ---------------------------------------------------------------------------*/
654: l_item_type VARCHAR2(100);
655: l_item_key VARCHAR2(100);

Line 700: -- standard way to write a CLOB in workflow. dont change.

696: l_users :='SYSADMIN';
697:
698: IF (funcmode = 'RUN') THEN
699:
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');