DBA Data[Home] [Help]

APPS.ASG_CUSTOM_PVT dependencies on FND_GLOBAL

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

473: l_cnt := cnt;
474: l_collist := collist;
475: log(collist);
476:
477: while ( instr(l_collist,fnd_global.local_chr(10),1)<>0) LOOP
478: l_collist := substr(l_collist, 1, instr(l_collist,fnd_global.local_chr(10))-1)
479: ||substr(l_collist, instr(l_collist,fnd_global.local_chr(10))+1);
480: end loop;
481:

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

474: l_collist := collist;
475: log(collist);
476:
477: while ( instr(l_collist,fnd_global.local_chr(10),1)<>0) LOOP
478: l_collist := substr(l_collist, 1, instr(l_collist,fnd_global.local_chr(10))-1)
479: ||substr(l_collist, instr(l_collist,fnd_global.local_chr(10))+1);
480: end loop;
481:
482: while ( instr(l_collist, ',',1) <> 0) LOOP

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

475: log(collist);
476:
477: while ( instr(l_collist,fnd_global.local_chr(10),1)<>0) LOOP
478: l_collist := substr(l_collist, 1, instr(l_collist,fnd_global.local_chr(10))-1)
479: ||substr(l_collist, instr(l_collist,fnd_global.local_chr(10))+1);
480: end loop;
481:
482: while ( instr(l_collist, ',',1) <> 0) LOOP
483: l_col := substr(l_collist, 1, instr(l_collist,',')-1);