DBA Data[Home] [Help]

APPS.OKL_VIEW_CONCURRENT_PVT dependencies on FND_WEBFILE

Line 29: l_log_url := Fnd_Webfile.get_url(

25:
26: -- Get the URL for log file
27:
28: l_file_type := 3;
29: l_log_url := Fnd_Webfile.get_url(
30: file_type => l_file_type,
31: id => p_request_id,
32: gwyuid => fnd_profile.value('GWYUID'),
33: two_task => fnd_profile.value('TWO_TASK'),

Line 45: l_output_url := Fnd_Webfile.get_url(

41:
42: -- Get the URL for output file
43:
44: l_file_type := 4;
45: l_output_url := Fnd_Webfile.get_url(
46: file_type => l_file_type,
47: id => p_request_id,
48: gwyuid => fnd_profile.value('GWYUID'),
49: two_task => fnd_profile.value('TWO_TASK'),