DBA Data[Home] [Help]

APPS.ARI_DB_UTILITIES dependencies on FND_WEBFILE

Line 1003: p_output_url := fnd_webfile.get_url( file_type => fnd_webfile.request_out,

999:
1000: /* get the output url if the status is complete */
1001:
1002: if ( l_status = 'C') then
1003: p_output_url := fnd_webfile.get_url( file_type => fnd_webfile.request_out,
1004: id => p_request_id,
1005: gwyuid => p_gwyuid,
1006: two_task => p_two_task,
1007: expire_time => 30 );