EBS Customizations (MOSC)

MOSC Banner

Unable to show data using FND_FILE.PUT_LINE (FND_FILE.OUTPUT,l_output) in Concurrent Program output

edited Jul 15, 2015 10:00AM in EBS Customizations (MOSC) 2 commentsAnswered

Hi,

Unable to show data using FND_FILE.PUT_LINE (FND_FILE.OUTPUT,l_output) in Concurrent Program output large amount of data.

Small amout of data is showing report output.

Code like this :

cursur cur1

select a,b,c

from table_name;

begin

for c1 in cur1

Loop

FND_FILE.PUT_LINE (FND_FILE.OUTPUT ,c1.a||'~'||c1.b||'~'||c1.c);

end loop;

end;

Please help me to resolve this issue.

Thanks and Regards,

Parijat Ghosh

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center