DBA Data[Home] [Help]

APPS.PO_CREATE_ISO dependencies on FND_MESSAGE

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

492: -- PJM validation failed, so null out the project and task.
493: l_project_id := NULL;
494: l_task_id := NULL;
495: FND_FILE.put_line(FND_FILE.LOG, 'PJM validation failed in the source org - nulling out the project and task. Error message follows:');
496: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.get);
497: END IF;
498: --< Bug 3265539 End >
499:
500: END IF; -- project and task are null

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

883: AND nvl(ORG_ID, -1) = l_op_unit_id;
884:
885: EXCEPTION
886: WHEN NO_DATA_FOUND THEN
887: FND_MESSAGE.SET_NAME('PO', 'PO_CISO_NO_OE_INFO');
888: FND_FILE.PUT_LINE(FND_FILE.LOG, 'No OE Information');
889: -- l_error_flag := 'Y'; Do not throw error if the Order type is not set in Purchasing options
890: return;
891: WHEN OTHERS THEN