DBA Data[Home] [Help]

APPS.ASG_CUSTOM_PVT dependencies on FND_GLOBAL

Line 442: while ( instr(l_collist,fnd_global.local_chr(10),1)<>0) LOOP

438: l_cnt := cnt;
439: l_collist := collist;
440: log(collist);
441:
442: while ( instr(l_collist,fnd_global.local_chr(10),1)<>0) LOOP
443: l_collist := substr(l_collist, 1, instr(l_collist,fnd_global.local_chr(10))-1)
444: ||substr(l_collist, instr(l_collist,fnd_global.local_chr(10))+1);
445: end loop;
446:

Line 443: l_collist := substr(l_collist, 1, instr(l_collist,fnd_global.local_chr(10))-1)

439: l_collist := collist;
440: log(collist);
441:
442: while ( instr(l_collist,fnd_global.local_chr(10),1)<>0) LOOP
443: l_collist := substr(l_collist, 1, instr(l_collist,fnd_global.local_chr(10))-1)
444: ||substr(l_collist, instr(l_collist,fnd_global.local_chr(10))+1);
445: end loop;
446:
447: while ( instr(l_collist, ',',1) <> 0) LOOP

Line 444: ||substr(l_collist, instr(l_collist,fnd_global.local_chr(10))+1);

440: log(collist);
441:
442: while ( instr(l_collist,fnd_global.local_chr(10),1)<>0) LOOP
443: l_collist := substr(l_collist, 1, instr(l_collist,fnd_global.local_chr(10))-1)
444: ||substr(l_collist, instr(l_collist,fnd_global.local_chr(10))+1);
445: end loop;
446:
447: while ( instr(l_collist, ',',1) <> 0) LOOP
448: l_col := substr(l_collist, 1, instr(l_collist,',')-1);