DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on FND_MESSAGE

Line 3425: FND_MESSAGE.set_name('PO', 'PO_AP_TAX_ENGINE_FAILED_WARN');

3421: ' Calculate tax has errored out');
3422: END IF;
3423: END IF;
3424: --write the error message in the online report
3425: FND_MESSAGE.set_name('PO', 'PO_AP_TAX_ENGINE_FAILED_WARN');
3426: l_exc_message_text := FND_MESSAGE.get;
3427: PO_ENCUMBRANCE_POSTPROCESSING.create_exception_report(
3428: p_message_text => l_exc_message_text,
3429: p_user_id => l_user_id,

Line 3426: l_exc_message_text := FND_MESSAGE.get;

3422: END IF;
3423: END IF;
3424: --write the error message in the online report
3425: FND_MESSAGE.set_name('PO', 'PO_AP_TAX_ENGINE_FAILED_WARN');
3426: l_exc_message_text := FND_MESSAGE.get;
3427: PO_ENCUMBRANCE_POSTPROCESSING.create_exception_report(
3428: p_message_text => l_exc_message_text,
3429: p_user_id => l_user_id,
3430: x_online_report_id => x_online_report_id

Line 3956: FND_MESSAGE.set_name('PO', l_po_return_msg_name);

3952:
3953: -- Push the po_return_msg onto api msg list
3954: -- Bug 3516763: No longer put a message on the message dictionary stack.
3955: -- All callers should get message from api message stack [fnd_msg_pub]
3956: FND_MESSAGE.set_name('PO', l_po_return_msg_name);
3957: FND_MSG_PUB.add;
3958:
3959:
3960: IF g_debug_stmt THEN

Line 4047: FND_MESSAGE.set_name('PO', 'PO_ENC_API_NO_ROWS');

4043: FROM PO_LOOKUP_CODES PLC
4044: WHERE PLC.lookup_type = 'DOCUMENT LEVEL'
4045: AND PLC.lookup_code = NVL(p_doc_level,'HEADER')
4046: ;
4047: FND_MESSAGE.set_name('PO', 'PO_ENC_API_NO_ROWS');
4048: FND_MESSAGE.set_token('ENTITY', l_entity_token);
4049: l_exc_message_text := FND_MESSAGE.get;
4050:
4051: ELSIF (l_exc_code IN (g_GET_ALL_DISTS_EXC_CODE,g_EXECUTE_GL_CALL_EXC_CODE)) THEN

Line 4048: FND_MESSAGE.set_token('ENTITY', l_entity_token);

4044: WHERE PLC.lookup_type = 'DOCUMENT LEVEL'
4045: AND PLC.lookup_code = NVL(p_doc_level,'HEADER')
4046: ;
4047: FND_MESSAGE.set_name('PO', 'PO_ENC_API_NO_ROWS');
4048: FND_MESSAGE.set_token('ENTITY', l_entity_token);
4049: l_exc_message_text := FND_MESSAGE.get;
4050:
4051: ELSIF (l_exc_code IN (g_GET_ALL_DISTS_EXC_CODE,g_EXECUTE_GL_CALL_EXC_CODE)) THEN
4052:

Line 4049: l_exc_message_text := FND_MESSAGE.get;

4045: AND PLC.lookup_code = NVL(p_doc_level,'HEADER')
4046: ;
4047: FND_MESSAGE.set_name('PO', 'PO_ENC_API_NO_ROWS');
4048: FND_MESSAGE.set_token('ENTITY', l_entity_token);
4049: l_exc_message_text := FND_MESSAGE.get;
4050:
4051: ELSIF (l_exc_code IN (g_GET_ALL_DISTS_EXC_CODE,g_EXECUTE_GL_CALL_EXC_CODE)) THEN
4052:
4053: -- Assume raiser put a message onto the API message list.

Line 4072: l_exc_message_text := FND_MESSAGE.get;

4068: ELSE
4069: -- Unrecognized exception.
4070: -- Use the "contact sys admin" message.
4071: po_message_s.sql_error(g_pkg_name,l_api_name,l_progress,SQLCODE,SQLERRM);
4072: l_exc_message_text := FND_MESSAGE.get;
4073:
4074: END IF;
4075:
4076: -- 2. Create the online report.

Line 4090: FND_MESSAGE.set_name('PO', l_po_return_msg_name);

4086: -- Push the high-level po_return_msg onto the API msg list
4087: -- Bug 3516763: No longer put a message on the message dictionary stack.
4088: -- All callers should get message from api message stack [fnd_msg_pub]
4089:
4090: FND_MESSAGE.set_name('PO', l_po_return_msg_name);
4091: FND_MSG_PUB.add;
4092:
4093: -- bug 3218669
4094: -- Clean up GL_BC_PACKETS so that the failed transaction

Line 5189: FND_MESSAGE.set_name('PO', 'PO_ENC_API_FAILURE');

5185: -- 3. Add the encumbrance failure to the API msg list.
5186:
5187: -- Push the encumbrance failure message onto the message dictionary stack.
5188:
5189: FND_MESSAGE.set_name('PO', 'PO_ENC_API_FAILURE');
5190:
5191: l_progress := '250';
5192:
5193: -- Pop the message from the message dictionary stack