DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTIONS_SV dependencies on FND_MESSAGE

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

266: x_result := -1;
267: WHEN OTHERS THEN
268: ROLLBACK TO po_request_action_bulk_sp;
269: IF(x_error_message is null) THEN
270: x_error_message := 'In other error: ' || fnd_message.get;
271: END IF;
272: x_result := -1;
273: END po_request_action_bulk;
274: --

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

747: ** Process timed out
748: */
749: IF (rc_sync = 1) THEN
750:
751: Error_Msg := fnd_message.get_string('FND', 'TM-TIMEOUT');
752:
753: ELSIF (rc_sync = 2) THEN
754:
755: Error_Msg := fnd_message.get_string('PO', 'PO_APP_NO_MANAGER');

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

751: Error_Msg := fnd_message.get_string('FND', 'TM-TIMEOUT');
752:
753: ELSIF (rc_sync = 2) THEN
754:
755: Error_Msg := fnd_message.get_string('PO', 'PO_APP_NO_MANAGER');
756:
757: END IF;
758:
759: /*