DBA Data[Home] [Help]

APPS.PO_COPYDOC_S4 dependencies on FND_MESSAGE

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

491: x_transaction_flow_header_id => l_transaction_flow_header_id);
492:
493: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
494: l_progress := '015';
495: FND_MESSAGE.set_encoded(encoded_message => FND_MSG_PUB.get);
496: RAISE FND_API.g_exc_error;
497: ELSIF (NOT l_is_valid) AND (NOT l_check_txn_flow) THEN
498: l_progress := '016';
499: -- This is an error because it is not allowable to use transaction

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

497: ELSIF (NOT l_is_valid) AND (NOT l_check_txn_flow) THEN
498: l_progress := '016';
499: -- This is an error because it is not allowable to use transaction
500: -- flows in this scenario, and validation failed.
501: FND_MESSAGE.set_name(application => 'PO',
502: name => 'PO_INVALID_SHIP_TO_ORG');
503: RAISE FND_API.g_exc_error;
504: END IF;
505:

Line 571: x_message => FND_MESSAGE.get,

567: WHEN FND_API.g_exc_error THEN
568: PO_COPYDOC_S1.online_report
569: (x_online_report_id => p_online_report_id,
570: x_sequence => x_sequence,
571: x_message => FND_MESSAGE.get,
572: x_line_num => p_line_num,
573: x_shipment_num => x_po_shipment_record.shipment_num,
574: x_distribution_num => 0);
575: x_return_code := -1;