DBA Data[Home] [Help]

APPS.PO_COPYDOC_S4 dependencies on FND_MESSAGE

Line 502: FND_MESSAGE.set_encoded(encoded_message => FND_MSG_PUB.get);

498: x_transaction_flow_header_id => l_transaction_flow_header_id);
499:
500: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
501: l_progress := '015';
502: FND_MESSAGE.set_encoded(encoded_message => FND_MSG_PUB.get);
503: RAISE FND_API.g_exc_error;
504: ELSIF (NOT l_is_valid) AND (NOT l_check_txn_flow) THEN
505: l_progress := '016';
506: -- This is an error because it is not allowable to use transaction

Line 508: FND_MESSAGE.set_name(application => 'PO',

504: ELSIF (NOT l_is_valid) AND (NOT l_check_txn_flow) THEN
505: l_progress := '016';
506: -- This is an error because it is not allowable to use transaction
507: -- flows in this scenario, and validation failed.
508: FND_MESSAGE.set_name(application => 'PO',
509: name => 'PO_INVALID_SHIP_TO_ORG');
510: RAISE FND_API.g_exc_error;
511: END IF;
512:

Line 578: x_message => FND_MESSAGE.get,

574: WHEN FND_API.g_exc_error THEN
575: PO_COPYDOC_S1.online_report
576: (x_online_report_id => p_online_report_id,
577: x_sequence => x_sequence,
578: x_message => FND_MESSAGE.get,
579: x_line_num => p_line_num,
580: x_shipment_num => x_po_shipment_record.shipment_num,
581: x_distribution_num => 0);
582: x_return_code := -1;