DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on WF_CORE

Line 467: x_staggered_close_note := wf_core.newline || wf_core.newline ||

463:
464: BEGIN
465: x_staggered_close_note := NULL;
466: IF x_staggered_closing_interval IS NOT NULL THEN
467: x_staggered_close_note := wf_core.newline || wf_core.newline ||
468: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
469: wf_core.newline || wf_core.newline;
470: END IF;
471: wf_engine.SetItemAttrText( itemtype => x_itemtype,

Line 469: wf_core.newline || wf_core.newline;

465: x_staggered_close_note := NULL;
466: IF x_staggered_closing_interval IS NOT NULL THEN
467: x_staggered_close_note := wf_core.newline || wf_core.newline ||
468: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
469: wf_core.newline || wf_core.newline;
470: END IF;
471: wf_engine.SetItemAttrText( itemtype => x_itemtype,
472: itemkey => x_itemkey,
473: aname => 'STAGGERED_CLOSE_NOTE',

Line 2229: x_staggered_close_note := wf_core.newline || wf_core.newline ||

2225:
2226: BEGIN
2227: x_staggered_close_note := NULL;
2228: IF x_staggered_closing_interval IS NOT NULL THEN
2229: x_staggered_close_note := wf_core.newline || wf_core.newline ||
2230: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
2231: wf_core.newline || wf_core.newline;
2232: END IF;
2233: wf_engine.SetItemAttrText( itemtype => x_itemtype,

Line 2231: wf_core.newline || wf_core.newline;

2227: x_staggered_close_note := NULL;
2228: IF x_staggered_closing_interval IS NOT NULL THEN
2229: x_staggered_close_note := wf_core.newline || wf_core.newline ||
2230: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
2231: wf_core.newline || wf_core.newline;
2232: END IF;
2233: wf_engine.SetItemAttrText( itemtype => x_itemtype,
2234: itemkey => x_itemkey,
2235: aname => 'STAGGERED_CLOSE_NOTE',

Line 2818: x_staggered_close_note := wf_core.newline || wf_core.newline ||

2814:
2815: BEGIN
2816: x_staggered_close_note := NULL;
2817: IF x_staggered_closing_interval IS NOT NULL THEN
2818: x_staggered_close_note := wf_core.newline || wf_core.newline ||
2819: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
2820: wf_core.newline || wf_core.newline;
2821: END IF;
2822: wf_engine.SetItemAttrText( itemtype => x_itemtype,

Line 2820: wf_core.newline || wf_core.newline;

2816: x_staggered_close_note := NULL;
2817: IF x_staggered_closing_interval IS NOT NULL THEN
2818: x_staggered_close_note := wf_core.newline || wf_core.newline ||
2819: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
2820: wf_core.newline || wf_core.newline;
2821: END IF;
2822: wf_engine.SetItemAttrText( itemtype => x_itemtype,
2823: itemkey => x_itemkey,
2824: aname => 'STAGGERED_CLOSE_NOTE',

Line 3425: x_staggered_close_note := wf_core.newline || wf_core.newline ||

3421:
3422: -- Set the staggered closing attribute
3423: x_staggered_close_note := NULL;
3424: IF p_staggered_closing_interval IS NOT NULL THEN
3425: x_staggered_close_note := wf_core.newline || wf_core.newline ||
3426: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
3427: wf_core.newline || wf_core.newline;
3428: END IF;
3429: wf_Notification.setAttrText(x_nid, 'STAGGERED_CLOSE_NOTE', x_staggered_close_note);

Line 3427: wf_core.newline || wf_core.newline;

3423: x_staggered_close_note := NULL;
3424: IF p_staggered_closing_interval IS NOT NULL THEN
3425: x_staggered_close_note := wf_core.newline || wf_core.newline ||
3426: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
3427: wf_core.newline || wf_core.newline;
3428: END IF;
3429: wf_Notification.setAttrText(x_nid, 'STAGGERED_CLOSE_NOTE', x_staggered_close_note);
3430:
3431: BEGIN

Line 3907: x_staggered_close_note := wf_core.newline || wf_core.newline ||

3903:
3904: BEGIN
3905: x_staggered_close_note := NULL;
3906: IF x_staggered_closing_interval IS NOT NULL THEN
3907: x_staggered_close_note := wf_core.newline || wf_core.newline ||
3908: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
3909: wf_core.newline || wf_core.newline;
3910: END IF;
3911: wf_engine.SetItemAttrText( itemtype => x_itemtype,

Line 3909: wf_core.newline || wf_core.newline;

3905: x_staggered_close_note := NULL;
3906: IF x_staggered_closing_interval IS NOT NULL THEN
3907: x_staggered_close_note := wf_core.newline || wf_core.newline ||
3908: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
3909: wf_core.newline || wf_core.newline;
3910: END IF;
3911: wf_engine.SetItemAttrText( itemtype => x_itemtype,
3912: itemkey => x_itemkey,
3913: aname => 'STAGGERED_CLOSE_NOTE',

Line 7463: x_staggered_close_note := wf_core.newline || wf_core.newline ||

7459:
7460: BEGIN
7461: x_staggered_close_note := NULL;
7462: IF x_staggered_closing_interval IS NOT NULL THEN
7463: x_staggered_close_note := wf_core.newline || wf_core.newline ||
7464: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
7465: wf_core.newline || wf_core.newline;
7466: END IF;
7467: wf_engine.SetItemAttrText( itemtype => t_itemtype,

Line 7465: wf_core.newline || wf_core.newline;

7461: x_staggered_close_note := NULL;
7462: IF x_staggered_closing_interval IS NOT NULL THEN
7463: x_staggered_close_note := wf_core.newline || wf_core.newline ||
7464: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
7465: wf_core.newline || wf_core.newline;
7466: END IF;
7467: wf_engine.SetItemAttrText( itemtype => t_itemtype,
7468: itemkey => t_itemkey,
7469: aname => 'STAGGERED_CLOSE_NOTE',

Line 12404: WF_CORE.CONTEXT ('PONAUCT','SEND_MSG_SENT_NOTIF','Process:'||l_progress||'SQL error:' || sqlcode|| ', error message:' ||substr(sqlerrm,1,512));

12400: x_return_status := FND_API.G_RET_STS_SUCCESS;
12401:
12402: EXCEPTION
12403: WHEN OTHERS THEN
12404: WF_CORE.CONTEXT ('PONAUCT','SEND_MSG_SENT_NOTIF','Process:'||l_progress||'SQL error:' || sqlcode|| ', error message:' ||substr(sqlerrm,1,512));
12405: RAISE;
12406:
12407: END SEND_MSG_SENT_NOTIF; -- }
12408:

Line 12818: l_staggered_close_note := wf_core.newline || wf_core.newline ||

12814: l_staggered_close_note := NULL;
12815: IF (p_notif_performer IS NOT NULL AND
12816: p_notif_performer = 'SUPPLIER' AND
12817: p_stagger_closing_interval IS NOT NULL ) THEN
12818: l_staggered_close_note := wf_core.newline || wf_core.newline ||
12819: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
12820: wf_core.newline || wf_core.newline;
12821:
12822: END IF;

Line 12820: wf_core.newline || wf_core.newline;

12816: p_notif_performer = 'SUPPLIER' AND
12817: p_stagger_closing_interval IS NOT NULL ) THEN
12818: l_staggered_close_note := wf_core.newline || wf_core.newline ||
12819: getMessage('PON_STAGGERED_CLOSE_NOTIF_MSG') ||
12820: wf_core.newline || wf_core.newline;
12821:
12822: END IF;
12823:
12824:

Line 12980: WF_CORE.CONTEXT ('PONAUCT','NOTIFY_MEMBER','Progress:'|| l_progress ||', SQL error:' || sqlcode|| ', error message:' ||substr(sqlerrm,1,512));

12976: END IF;
12977:
12978: EXCEPTION
12979: WHEN OTHERS THEN
12980: WF_CORE.CONTEXT ('PONAUCT','NOTIFY_MEMBER','Progress:'|| l_progress ||', SQL error:' || sqlcode|| ', error message:' ||substr(sqlerrm,1,512));
12981: RAISE;
12982: --}
12983: END NOTIFY_MEMBER;
12984: