DBA Data[Home] [Help]

APPS.IGS_PE_WF_GEN dependencies on IGS_PE_WF_GEN

Line 1: PACKAGE BODY IGS_PE_WF_GEN AS

1: PACKAGE BODY IGS_PE_WF_GEN AS
2: /* $Header: IGSPE07B.pls 120.9 2006/05/26 05:39:45 vskumar ship $ */
3:
4: /******************************************************************
5: Created By : Vinay Chappidi

Line 1027: avalue => 'PLSQLCLOB:igs_pe_wf_gen.write_addr_sync_message/'|| itemtype || ':' || itemkey);

1023:
1024: wf_engine.SetItemAttrText(itemtype => itemtype,
1025: itemkey => itemkey,
1026: aname => 'P_ADDR_SYNC_MSG_TEXT',
1027: avalue => 'PLSQLCLOB:igs_pe_wf_gen.write_addr_sync_message/'|| itemtype || ':' || itemkey);
1028:
1029:
1030: Resultout:= 'COMPLETE:';
1031: RETURN;

Line 1428: END igs_pe_wf_gen;

1424: avalue => l_term_desc
1425: );
1426:
1427: END process_acad_intent;
1428: END igs_pe_wf_gen;