DBA Data[Home] [Help]

APPS.PV_PG_NOTIF_UTILITY_PVT dependencies on WF_CORE

Line 27: -- 08/04/2003 sveerave Fix for bug#3072153. Changed
to wf_core.newline for alert_message

23: -- 03/25/2003 sveerave Modified from GetFullBody to GetBody as
24: -- GetFullBody is failing to get full message body for bug#2862626
25: -- 03/25/2003 sveerave Modified from GetFullBody to GetBody as
26: -- GetFullBody is failing to get full message body for bug#2862626
27: -- 08/04/2003 sveerave Fix for bug#3072153. Changed
to wf_core.newline for alert_message
28: -- notifications, and wherever there is URL, i.e. send_welcome_notif,
29: -- send_mbrship_exp_notif- those notifications are implemented
30: -- through pl/sql document for which added a new w/f enabled pl/sql doc
31: -- proc, set_msg_doc, and the above two procedures are modified to

Line 1009: l_newline VARCHAR2(5) := wf_core.newline;

1005: x_party_notification_id NUMBER;
1006: -- l_newline_msg VARCHAR2(1) := FND_GLOBAL.Newline;
1007: -- l_newline VARCHAR2(10) := l_newline_msg || '
';
1008: -- l_newline VARCHAR2(5) := '
';
1009: l_newline VARCHAR2(5) := wf_core.newline;
1010:
1011: l_notif_rule_active VARCHAR2(1):='N';
1012: l_log_params_tbl PVX_UTILITY_PVT.log_params_tbl_type;
1013:

Line 1472: l_newline VARCHAR2(5) := '
'; -- not using wf_core as we are using pl/sql document

1468: x_user_notify_rec_tbl user_notify_rec_tbl_type;
1469: x_party_notification_id NUMBER;
1470: -- l_newline_msg VARCHAR2(1) := FND_GLOBAL.Newline;
1471: -- l_newline VARCHAR2(10) := l_newline_msg || '
';
1472: l_newline VARCHAR2(5) := '
'; -- not using wf_core as we are using pl/sql document
1473: -- l_newline VARCHAR2(5) := wf_core.newline;
1474:
1475: l_notif_rule_active VARCHAR2(1):='N';
1476: l_log_params_tbl PVX_UTILITY_PVT.log_params_tbl_type;

Line 1473: -- l_newline VARCHAR2(5) := wf_core.newline;

1469: x_party_notification_id NUMBER;
1470: -- l_newline_msg VARCHAR2(1) := FND_GLOBAL.Newline;
1471: -- l_newline VARCHAR2(10) := l_newline_msg || '
';
1472: l_newline VARCHAR2(5) := '
'; -- not using wf_core as we are using pl/sql document
1473: -- l_newline VARCHAR2(5) := wf_core.newline;
1474:
1475: l_notif_rule_active VARCHAR2(1):='N';
1476: l_log_params_tbl PVX_UTILITY_PVT.log_params_tbl_type;
1477: l_prtner_portal_url VARCHAR2(4000);

Line 1974: l_newline VARCHAR2(5) := wf_core.newline;

1970: x_party_notification_id NUMBER;
1971: -- l_newline_msg VARCHAR2(1) := FND_GLOBAL.Newline;
1972: -- l_newline VARCHAR2(10) := l_newline_msg || '
';
1973: -- l_newline VARCHAR2(5) := '
';
1974: l_newline VARCHAR2(5) := wf_core.newline;
1975:
1976: l_notif_rule_active VARCHAR2(1):='N';
1977: l_log_params_tbl PVX_UTILITY_PVT.log_params_tbl_type;
1978:

Line 2456: l_newline VARCHAR2(5) := wf_core.newline;

2452: x_party_notification_id NUMBER;
2453: -- l_newline_msg VARCHAR2(1) := FND_GLOBAL.Newline;
2454: -- l_newline VARCHAR2(10) := l_newline_msg || '
';
2455: -- l_newline VARCHAR2(5) := '
';
2456: l_newline VARCHAR2(5) := wf_core.newline;
2457:
2458: l_notif_rule_active VARCHAR2(1):='N';
2459: l_log_params_tbl PVX_UTILITY_PVT.log_params_tbl_type;
2460:

Line 2919: l_newline VARCHAR2(5) := '
'; -- not using wf_core as we are using pl/sql document

2915: x_user_notify_rec_tbl user_notify_rec_tbl_type;
2916: x_party_notification_id NUMBER;
2917: -- l_newline_msg VARCHAR2(1) := FND_GLOBAL.Newline;
2918: -- l_newline VARCHAR2(10) := l_newline_msg || '
';
2919: l_newline VARCHAR2(5) := '
'; -- not using wf_core as we are using pl/sql document
2920: -- l_newline VARCHAR2(5) := wf_core.newline;
2921:
2922: l_notif_rule_active VARCHAR2(1);
2923: l_log_params_tbl PVX_UTILITY_PVT.log_params_tbl_type;

Line 2920: -- l_newline VARCHAR2(5) := wf_core.newline;

2916: x_party_notification_id NUMBER;
2917: -- l_newline_msg VARCHAR2(1) := FND_GLOBAL.Newline;
2918: -- l_newline VARCHAR2(10) := l_newline_msg || '
';
2919: l_newline VARCHAR2(5) := '
'; -- not using wf_core as we are using pl/sql document
2920: -- l_newline VARCHAR2(5) := wf_core.newline;
2921:
2922: l_notif_rule_active VARCHAR2(1);
2923: l_log_params_tbl PVX_UTILITY_PVT.log_params_tbl_type;
2924: l_prtner_portal_url VARCHAR2(2000);

Line 3827: wf_core.context(G_PKG_NAME,'send_ini_rmdr_notif', itemtype,itemkey,to_char(actid),funcmode);

3823: WHEN OTHERS THEN
3824: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3825: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'send_ini_rmdr_notif');
3826: END IF;
3827: wf_core.context(G_PKG_NAME,'send_ini_rmdr_notif', itemtype,itemkey,to_char(actid),funcmode);
3828:
3829: END send_ini_rmdr_notif;
3830:
3831: /*============================================================================

Line 4639: wf_core.context(G_PKG_NAME,'set_event_code', itemtype,itemkey,to_char(actid),funcmode);

4635: WHEN OTHERS THEN
4636: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4637: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
4638: END IF;
4639: wf_core.context(G_PKG_NAME,'set_event_code', itemtype,itemkey,to_char(actid),funcmode);
4640: resultout := 'COMPLETE:' ;
4641: raise;
4642:
4643: END set_event_code;

Line 4822: wf_core.context(G_PKG_NAME,'log_action', itemtype,itemkey,to_char(actid),funcmode);

4818: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
4819: END IF;
4820:
4821: --write_to_enrollment_log
4822: wf_core.context(G_PKG_NAME,'log_action', itemtype,itemkey,to_char(actid),funcmode);
4823: resultout := 'COMPLETE:' ;
4824: raise;
4825:
4826: END log_action ;