DBA Data[Home] [Help]

APPS.BIS_RSG_MVLOG_MGT dependencies on FND_FILE

Line 194: FND_FILE.PUT_LINE(FND_FILE.LOG,substr(p_text, l_start, 250));

190: if l_end >= l_len then
191: l_end:=l_len;
192: last_reached:=true;
193: end if;
194: FND_FILE.PUT_LINE(FND_FILE.LOG,substr(p_text, l_start, 250));
195: l_start:=l_start+250;
196: if last_reached then
197: exit;
198: end if;