DBA Data[Home] [Help]

APPS.PO_CREATE_ISO dependencies on FND_MESSAGE

Line 428: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.get);

424: -- PJM validation failed, so null out the project and task.
425: l_project_id := NULL;
426: l_task_id := NULL;
427: FND_FILE.put_line(FND_FILE.LOG, 'PJM validation failed in the source org - nulling out the project and task. Error message follows:');
428: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.get);
429: END IF;
430: --< Bug 3265539 End >
431:
432: END IF; -- project and task are null

Line 734: FND_MESSAGE.SET_NAME('PO', 'PO_CISO_NO_OE_INFO');

730: AND nvl(ORG_ID, -1) = l_op_unit_id;
731:
732: EXCEPTION
733: WHEN NO_DATA_FOUND THEN
734: FND_MESSAGE.SET_NAME('PO', 'PO_CISO_NO_OE_INFO');
735: FND_FILE.PUT_LINE(FND_FILE.LOG, 'No OE Information');
736: -- l_error_flag := 'Y'; Do not throw error if the Order type is not set in Purchasing options
737: return;
738: WHEN OTHERS THEN