DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTIONS_SV dependencies on FND_MESSAGE

Line 232: x_error_message := 'In other error: ' || fnd_message.get;

228: x_result := -1;
229: WHEN OTHERS THEN
230: ROLLBACK TO po_request_action_bulk_sp;
231: IF(x_error_message is null) THEN
232: x_error_message := 'In other error: ' || fnd_message.get;
233: END IF;
234: x_result := -1;
235: END po_request_action_bulk;
236: --

Line 713: Error_Msg := fnd_message.get_string('FND', 'TM-TIMEOUT');

709: ** Process timed out
710: */
711: IF (rc_sync = 1) THEN
712:
713: Error_Msg := fnd_message.get_string('FND', 'TM-TIMEOUT');
714:
715: ELSIF (rc_sync = 2) THEN
716:
717: Error_Msg := fnd_message.get_string('PO', 'PO_APP_NO_MANAGER');

Line 717: Error_Msg := fnd_message.get_string('PO', 'PO_APP_NO_MANAGER');

713: Error_Msg := fnd_message.get_string('FND', 'TM-TIMEOUT');
714:
715: ELSIF (rc_sync = 2) THEN
716:
717: Error_Msg := fnd_message.get_string('PO', 'PO_APP_NO_MANAGER');
718:
719: END IF;
720:
721: /*