DBA Data[Home] [Help]

APPS.PSB_WS_ACCT2 dependencies on FND_FILE

Line 111: --FND_FILE.put_line(FND_FILE.LOG, p_message);

107: IS
108: BEGIN
109: NULL ;
110: --DBMS_OUTPUT.Put_Line(p_message) ;
111: --FND_FILE.put_line(FND_FILE.LOG, p_message);
112: END pd ;
113: /*---------------------------------------------------------------------------*/
114:
115:

Line 8264: fnd_file.put_line(fnd_file.log, sqlerrm);

8260:
8261:
8262: EXCEPTION
8263: WHEN others THEN
8264: fnd_file.put_line(fnd_file.log, sqlerrm);
8265: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
8266:
8267: -- close the cursor if open
8268: IF l_ccid_csr%ISOPEN THEN