DBA Data[Home] [Help]

APPS.RCV_CALL_LCM_WS dependencies on FND_GLOBAL

Line 89: x_errbuf := 'Warnings found.'||FND_GLOBAL.local_chr (10) ;

85: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_data);
86: x_retcode := 1;
87: -- Bug 9411154
88: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', 'Warning');
89: x_errbuf := 'Warnings found.'||FND_GLOBAL.local_chr (10) ;
90: -- /Bug 9411154
91: ELSIF l_msg_count > 1 THEN
92: FOR i IN 1 ..l_msg_count
93: LOOP

Line 99: x_errbuf := 'Warnings found.'||FND_GLOBAL.local_chr (10) ;

95: END LOOP;
96: x_retcode := 1;
97: -- Bug 9411154
98: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', 'Warning');
99: x_errbuf := 'Warnings found.'||FND_GLOBAL.local_chr (10) ;
100: -- /Bug 9411154
101: END IF;
102:
103: -- If any errors happen abort the process.

Line 145: x_errbuf := 'Warnings found.'||FND_GLOBAL.local_chr (10) ;

141: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_data);
142: x_retcode := 1;
143: -- Bug 9411154
144: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', 'Warning');
145: x_errbuf := 'Warnings found.'||FND_GLOBAL.local_chr (10) ;
146: -- /Bug 9411154
147: ELSIF l_msg_count > 1 THEN
148: FOR i IN 1 ..l_msg_count
149: LOOP

Line 155: x_errbuf := 'Warnings found.'||FND_GLOBAL.local_chr (10) ;

151: END LOOP;
152: x_retcode := 1;
153: -- Bug 9411154
154: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', 'Warning');
155: x_errbuf := 'Warnings found.'||FND_GLOBAL.local_chr (10) ;
156: -- /Bug 9411154
157: END IF;
158:
159: -- If any errors happen abort the process.