DBA Data[Home] [Help]

APPS.OKL_VIEW_CONCURRENT_PVT dependencies on FND_PROFILE

Line 32: gwyuid => fnd_profile.value('GWYUID'),

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'),
34: expire_time => 10);
35:
36: IF l_log_url IS NOT NULL THEN

Line 33: two_task => fnd_profile.value('TWO_TASK'),

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'),
34: expire_time => 10);
35:
36: IF l_log_url IS NOT NULL THEN
37: p_log_url := l_log_url;

Line 48: gwyuid => fnd_profile.value('GWYUID'),

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'),
50: expire_time => 10);
51:
52: IF l_output_url IS NOT NULL THEN

Line 49: two_task => fnd_profile.value('TWO_TASK'),

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'),
50: expire_time => 10);
51:
52: IF l_output_url IS NOT NULL THEN
53: p_output_url := l_output_url;