DBA Data[Home] [Help]

APPS.ICX_POR_EXTRACTOR dependencies on FND_PROFILE

Line 127: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', xCommitSize);

123: if (pCommitSize > 0) then
124: ICX_POR_EXT_UTL.gCommitSize := pCommitSize;
125: else
126: -- get defaul commit size from profile option
127: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', xCommitSize);
128: ICX_POR_EXT_UTL.gCommitSize := xCommitSize;
129: end if;
130:
131: xErrLoc := 200;

Line 379: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', xCommitSize);

375: if (pCommitSize > 0) then
376: ICX_POR_EXT_UTL.gCommitSize := pCommitSize;
377: else
378: -- get defaul commit size from profile option
379: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', xCommitSize);
380: ICX_POR_EXT_UTL.gCommitSize := xCommitSize;
381: end if;
382:
383: xErrLoc := 180;