DBA Data[Home] [Help]

APPS.PO_CLM_UPG_PVT dependencies on FND_API

Line 380: IF X_RETURN_STATUS = FND_API.G_RET_STS_UNEXP_ERROR THEN

376: WHERE phb.po_header_id=phd.document_id)
377: WHERE phd.draft_id=l_draft_id_tbl(i);
378: FND_FILE.put_line(FND_FILE.log,'enable_conc_mod_for_styleId:Number of Rows Updated PO_DRAFTS'||SQL%ROWCOUNT);
379:
380: IF X_RETURN_STATUS = FND_API.G_RET_STS_UNEXP_ERROR THEN
381: FND_FILE.put_line(FND_FILE.log,'enable_conc_mod_for_styleId: FAILED for draft_id:'||l_draft_id_tbl(i)
382: ||' for style_id:'||p_style_id);
383: FND_FILE.put_line(FND_FILE.output,'Failed to upgrade Modifications for the document style : '||p_style_id);
384: FND_FILE.put_line(FND_FILE.output,'Please check the log file for more details.');