DBA Data[Home] [Help]

APPS.JTF_FM_OCM_REND_REQ dependencies on FND_LOBS

Line 280: SELECT FILE_NAME into l_file_name from fnd_lobs where file_id = p_file_id ;

276: BEGIN
277: JTF_FM_UTL_V.PRINT_MESSAGE('BEGIN' || l_full_name , JTF_FM_UTL_V.G_LEVEL_PROCEDURE, l_full_name);
278: JTF_FM_UTL_V.PRINT_MESSAGE('File Id' || p_file_id, JTF_FM_UTL_V.G_LEVEL_PROCEDURE, l_full_name);
279: -- Bug Fix # 3769865 (removed Userenv Lang condition)
280: SELECT FILE_NAME into l_file_name from fnd_lobs where file_id = p_file_id ;
281:
282: JTF_FM_UTL_V.PRINT_MESSAGE('END function ', JTF_FM_UTL_V.G_LEVEL_PROCEDURE, l_full_name);
283:
284: RETURN l_file_name;

Line 1055: -- we need to determine what the version is so we can find the FND_LOBS

1051: 'JTF_FM_REQUEST_GRP.GET_OCM_REND_DETAILS');
1052:
1053: -- This is a test request, so the next thing to determine is if there
1054: -- was a version passed into the call. If so, we use it, othewise
1055: -- we need to determine what the version is so we can find the FND_LOBS
1056: -- file_id.
1057:
1058: IF (p_version IS NOT NULL AND p_version <> FND_API.G_MISS_NUM) THEN
1059: