DBA Data[Home] [Help]

APPS.WSH_DSNO dependencies on FND_PROFILE

Line 63: l_output_file_ext := FND_PROFILE.Value('WSH_DSNO_OUTPUT_FILE_EXT');

59: FETCH doc_num INTO l_doc_num;
60: CLOSE doc_num;
61:
62: --Following lines of code added as part of Bug 4255379
63: l_output_file_ext := FND_PROFILE.Value('WSH_DSNO_OUTPUT_FILE_EXT');
64: If l_output_file_ext IS NULL THEN
65: l_output_filename := 'DSNO' || to_char(l_doc_num);
66: Else
67: l_output_filename := 'DSNO' || to_char(l_doc_num) || '.' ||l_output_file_ext;

Line 438: IF (FND_PROFILE.VALUE('ECE_DSNO_ENABLED') = 'Y') THEN

434: --
435: RETURN;
436: END IF;
437:
438: IF (FND_PROFILE.VALUE('ECE_DSNO_ENABLED') = 'Y') THEN
439: --
440: -- Debug Statements
441: --
442: IF l_debug_on THEN