DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on FND_MESSAGE

Line 1042: 'BLANKET',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_BLKT'),

1038: /* Added logic to derive the doc display name */
1039: --CONTERMS FPJ Extracting Contract Terms value in this Query as well
1040: select revision_num,
1041: DECODE(TYPE_LOOKUP_CODE,
1042: 'BLANKET',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_BLKT'),
1043: 'CONTRACT',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_CNTR'),
1044: 'STANDARD',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_STD'),
1045: 'PLANNED',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_PLND')),
1046: NVL(CONTERMS_EXIST_FLAG,'N'), --

Line 1043: 'CONTRACT',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_CNTR'),

1039: --CONTERMS FPJ Extracting Contract Terms value in this Query as well
1040: select revision_num,
1041: DECODE(TYPE_LOOKUP_CODE,
1042: 'BLANKET',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_BLKT'),
1043: 'CONTRACT',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_CNTR'),
1044: 'STANDARD',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_STD'),
1045: 'PLANNED',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_PLND')),
1046: NVL(CONTERMS_EXIST_FLAG,'N'), --
1047: segment1 -- Bug 3284628

Line 1044: 'STANDARD',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_STD'),

1040: select revision_num,
1041: DECODE(TYPE_LOOKUP_CODE,
1042: 'BLANKET',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_BLKT'),
1043: 'CONTRACT',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_CNTR'),
1044: 'STANDARD',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_STD'),
1045: 'PLANNED',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_PLND')),
1046: NVL(CONTERMS_EXIST_FLAG,'N'), --
1047: segment1 -- Bug 3284628
1048: into l_revision_num,

Line 1045: 'PLANNED',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_PLND')),

1041: DECODE(TYPE_LOOKUP_CODE,
1042: 'BLANKET',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_BLKT'),
1043: 'CONTRACT',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_CNTR'),
1044: 'STANDARD',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_STD'),
1045: 'PLANNED',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_PLND')),
1046: NVL(CONTERMS_EXIST_FLAG,'N'), --
1047: segment1 -- Bug 3284628
1048: into l_revision_num,
1049: l_doc_display_name,

Line 1066: l_doc_display_name := FND_MESSAGE.GET_STRING('PO','PO_GA_TYPE');

1062: --
1063:
1064: /* FPI GA Start */
1065: if l_ga_flag = 'Y' then
1066: l_doc_display_name := FND_MESSAGE.GET_STRING('PO','PO_GA_TYPE');
1067: end if;
1068: /* FPI GA End */
1069:
1070: elsif (DocumentTypeCode = 'RELEASE') then

Line 1080: 'BLANKET', FND_MESSAGE.GET_STRING('POS','POS_POTYPE_BLKTR'),

1076: /* bug 2115200 */
1077: select POR.revision_num,
1078: POR.release_num,
1079: DECODE(POR.release_type,
1080: 'BLANKET', FND_MESSAGE.GET_STRING('POS','POS_POTYPE_BLKTR'),
1081: 'SCHEDULED',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_PLNDR')),
1082: POH.segment1 -- Bug 3284628
1083: into l_revision_num,
1084: l_release_num,

Line 1081: 'SCHEDULED',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_PLNDR')),

1077: select POR.revision_num,
1078: POR.release_num,
1079: DECODE(POR.release_type,
1080: 'BLANKET', FND_MESSAGE.GET_STRING('POS','POS_POTYPE_BLKTR'),
1081: 'SCHEDULED',FND_MESSAGE.GET_STRING('POS','POS_POTYPE_PLNDR')),
1082: POH.segment1 -- Bug 3284628
1083: into l_revision_num,
1084: l_release_num,
1085: l_doc_display_name,

Line 1481: avalue=>FND_MESSAGE.GET_STRING('PO','PO_PDF_EMAIL_TEXT'));

1477:
1478: PO_WF_UTIL_PKG.SetItemAttrText(itemtype => l_itemtype,
1479: itemkey => l_itemkey,
1480: aname => 'EMAIL_TEXT_WITH_PDF',
1481: avalue=>FND_MESSAGE.GET_STRING('PO','PO_PDF_EMAIL_TEXT'));
1482:
1483: PO_WF_UTIL_PKG.SetItemAttrText(itemtype => l_itemtype,
1484: itemkey => l_itemkey,
1485: aname => 'PO_PDF_ERROR',

Line 1486: avalue=>FND_MESSAGE.GET_STRING('PO','PO_PDF_ERROR'));

1482:
1483: PO_WF_UTIL_PKG.SetItemAttrText(itemtype => l_itemtype,
1484: itemkey => l_itemkey,
1485: aname => 'PO_PDF_ERROR',
1486: avalue=>FND_MESSAGE.GET_STRING('PO','PO_PDF_ERROR'));
1487:
1488: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => l_itemtype,
1489: itemkey => l_itemkey,
1490: aname => 'PDF_ATTACHMENT_BUYER',

Line 2226: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');

2222: ** "requires your approval". If the user enters an invalid forward-to
2223: ** then this messages gets nulled-out and the "Invalid Forward-to"
2224: ** message gets a value (see notification: Approve Requisition).
2225: */
2226: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');
2227: l_error_msg := fnd_message.get;
2228:
2229: wf_engine.SetItemAttrText ( itemtype => itemType,
2230: itemkey => itemkey,

Line 2227: l_error_msg := fnd_message.get;

2223: ** then this messages gets nulled-out and the "Invalid Forward-to"
2224: ** message gets a value (see notification: Approve Requisition).
2225: */
2226: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');
2227: l_error_msg := fnd_message.get;
2228:
2229: wf_engine.SetItemAttrText ( itemtype => itemType,
2230: itemkey => itemkey,
2231: aname => 'REQUIRES_APPROVAL_MSG' ,

Line 5429: l_no_rate_msg := fnd_message.get_string('PO', 'PO_WF_NOTIF_NO_RATE');

5425: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
5426: END IF;
5427: x_amount_for_subject := p_req_amount_disp || ' ' || p_function_currency;
5428:
5429: l_no_rate_msg := fnd_message.get_string('PO', 'PO_WF_NOTIF_NO_RATE');
5430: l_no_rate_msg := replace (l_no_rate_msg, '`&CURRENCY', l_approval_currency);
5431:
5432: x_amount_for_header := p_req_amount_disp || ' ' || p_function_currency;
5433: x_amount_for_header := x_amount_for_header || ' (' || l_no_rate_msg || ')';

Line 8537: avalue => fnd_message.get_string('PO','PO_WF_NOTIF_ACCEPTED') );

8533: IF (x_acceptance_result is NULL) THEN
8534: PO_WF_UTIL_PKG.SetItemAttrText ( itemtype => itemtype,
8535: itemkey => itemkey,
8536: aname => 'ACCEPTANCE_RESULT',
8537: avalue => fnd_message.get_string('PO','PO_WF_NOTIF_ACCEPTED') );
8538: END IF;
8539:
8540:
8541: if (substr(x_supp_user_name, 1, 6) = 'email:') then

Line 9641: l_note := fnd_message.get_string('ICX', 'ICX_POR_NOTIF_TIMEOUT');

9637: END IF;
9638: END IF;
9639:
9640: IF l_note IS NULL THEN
9641: l_note := fnd_message.get_string('ICX', 'ICX_POR_NOTIF_TIMEOUT');
9642: END IF;
9643:
9644: IF l_rowid IS NOT NULL THEN
9645: -- SQL What : Update the No action in the action history.