DBA Data[Home] [Help]

APPS.IGP_VW_GEN_002_PKG dependencies on STANDARD

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

267: l_sysdate := SYSDATE+1;
268: Create_CC_Role ( itemtype => itemtype,
269: itemkey => itemkey );
270:
271: -- standard way to call PLSQLCLOB. Dont modify.
272: wf_engine.setitemattrtext(ItemType => itemtype,
273: ItemKey => itemkey,
274: aname => 'P_CC_MESSAGE',
275: avalue => 'PLSQLCLOB:igp_vw_gen_002_pkg.write_cc_message/'||itemtype||':'||itemkey||'*P_CC_MESSAGE');

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

816: Create_CC_Role ( itemtype => itemtype,
817: itemkey => itemkey );
818:
819:
820: -- standard way to call PLSQLCLOB. Dont modify.
821: wf_engine.setitemattrtext(ItemType => itemtype,
822: ItemKey => itemkey,
823: aname => 'P_MESSAGE_TEXT',
824: avalue => 'PLSQLCLOB:igp_vw_gen_002_pkg.Write_CC_invalid_assign_Mes/'||itemtype||':'||itemkey||'*P_MESSAGE_TEXT');