DBA Data[Home] [Help]

APPS.ZPB_DC_WF dependencies on FND_MESSAGE

Line 59: -- Get the short text from fnd messages

55:
56: -- Issue encountered related
57: l_owner := fnd_global.user_name;
58:
59: -- Get the short text from fnd messages
60: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_GEN_TEMP_ISSUE_MSG');
61: l_issue_msg := FND_MESSAGE.GET;
62:
63: wf_engine.SetItemAttrText(

Line 60: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_GEN_TEMP_ISSUE_MSG');

56: -- Issue encountered related
57: l_owner := fnd_global.user_name;
58:
59: -- Get the short text from fnd messages
60: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_GEN_TEMP_ISSUE_MSG');
61: l_issue_msg := FND_MESSAGE.GET;
62:
63: wf_engine.SetItemAttrText(
64: Itemtype => ItemType,

Line 61: l_issue_msg := FND_MESSAGE.GET;

57: l_owner := fnd_global.user_name;
58:
59: -- Get the short text from fnd messages
60: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_GEN_TEMP_ISSUE_MSG');
61: l_issue_msg := FND_MESSAGE.GET;
62:
63: wf_engine.SetItemAttrText(
64: Itemtype => ItemType,
65: Itemkey => ItemKey,

Line 321: -- Get Message from Fnd_Messages

317: Itemkey => ItemKey,
318: aname => 'TASKID');
319:
320: -- Issue encounter msg
321: -- Get Message from Fnd_Messages
322: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_AUTO_DIST_ISSUE_MSG');
323: l_issue_msg := FND_MESSAGE.GET;
324:
325: wf_engine.SetItemAttrText(

Line 322: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_AUTO_DIST_ISSUE_MSG');

318: aname => 'TASKID');
319:
320: -- Issue encounter msg
321: -- Get Message from Fnd_Messages
322: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_AUTO_DIST_ISSUE_MSG');
323: l_issue_msg := FND_MESSAGE.GET;
324:
325: wf_engine.SetItemAttrText(
326: Itemtype => ItemType,

Line 323: l_issue_msg := FND_MESSAGE.GET;

319:
320: -- Issue encounter msg
321: -- Get Message from Fnd_Messages
322: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_AUTO_DIST_ISSUE_MSG');
323: l_issue_msg := FND_MESSAGE.GET;
324:
325: wf_engine.SetItemAttrText(
326: Itemtype => ItemType,
327: Itemkey => ItemKey,

Line 534: -- Get Message from Fnd_Messages

530: FROM zpb_dc_objects
531: WHERE template_id = l_template_id
532: AND object_type = 'M';
533:
534: -- Get Message from Fnd_Messages
535: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_MANU_DIST_ISSUE_MSG');
536: l_process_name := FND_MESSAGE.GET;
537:
538: wf_engine.SetItemAttrText(

Line 535: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_MANU_DIST_ISSUE_MSG');

531: WHERE template_id = l_template_id
532: AND object_type = 'M';
533:
534: -- Get Message from Fnd_Messages
535: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_MANU_DIST_ISSUE_MSG');
536: l_process_name := FND_MESSAGE.GET;
537:
538: wf_engine.SetItemAttrText(
539: Itemtype => ItemType,

Line 536: l_process_name := FND_MESSAGE.GET;

532: AND object_type = 'M';
533:
534: -- Get Message from Fnd_Messages
535: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_MANU_DIST_ISSUE_MSG');
536: l_process_name := FND_MESSAGE.GET;
537:
538: wf_engine.SetItemAttrText(
539: Itemtype => ItemType,
540: Itemkey => ItemKey,

Line 910: -- Get Message from Fnd_Messages

906: Itemkey => ItemKey,
907: aname => '#FROM_ROLE',
908: avalue => l_from_name);
909:
910: -- Get Message from Fnd_Messages
911: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_DISTRIBUTE_ISSUE_MSG');
912: l_message := FND_MESSAGE.GET;
913:
914: wf_engine.SetItemAttrText(

Line 911: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_DISTRIBUTE_ISSUE_MSG');

907: aname => '#FROM_ROLE',
908: avalue => l_from_name);
909:
910: -- Get Message from Fnd_Messages
911: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_DISTRIBUTE_ISSUE_MSG');
912: l_message := FND_MESSAGE.GET;
913:
914: wf_engine.SetItemAttrText(
915: Itemtype => ItemType,

Line 912: l_message := FND_MESSAGE.GET;

908: avalue => l_from_name);
909:
910: -- Get Message from Fnd_Messages
911: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_DISTRIBUTE_ISSUE_MSG');
912: l_message := FND_MESSAGE.GET;
913:
914: wf_engine.SetItemAttrText(
915: Itemtype => ItemType,
916: Itemkey => ItemKey,

Line 2321: -- Get Message from Fnd_Messages

2317: Itemkey => ItemKey,
2318: aname => 'EPBPERFORMER',
2319: avalue => l_owner);
2320:
2321: -- Get Message from Fnd_Messages
2322: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_SUBMIT_ISSUE_MSG');
2323: l_process_name := FND_MESSAGE.GET;
2324:
2325: wf_engine.SetItemAttrText(

Line 2322: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_SUBMIT_ISSUE_MSG');

2318: aname => 'EPBPERFORMER',
2319: avalue => l_owner);
2320:
2321: -- Get Message from Fnd_Messages
2322: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_SUBMIT_ISSUE_MSG');
2323: l_process_name := FND_MESSAGE.GET;
2324:
2325: wf_engine.SetItemAttrText(
2326: Itemtype => ItemType,

Line 2323: l_process_name := FND_MESSAGE.GET;

2319: avalue => l_owner);
2320:
2321: -- Get Message from Fnd_Messages
2322: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_DC_SUBMIT_ISSUE_MSG');
2323: l_process_name := FND_MESSAGE.GET;
2324:
2325: wf_engine.SetItemAttrText(
2326: Itemtype => ItemType,
2327: Itemkey => ItemKey,