DBA Data[Home] [Help]

APPS.ICX_POR_SCHEMA_UPLOAD dependencies on FND_PROFILE

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

814:
815: -- update icx_cat_items_tlp only if it's a genus category
816: IF (p_type = 2) THEN
817: -- set the commit size
818: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', xCommitSize);
819: xContinue := TRUE;
820: WHILE xContinue LOOP
821: xErrLoc := 150;
822: -- Add update for primary_category_name in icx_cat_items_tlp;

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

3208: SELECT p_language FROM DUAL;
3209: BEGIN
3210: --Set the commit size
3211: xErrLoc := 100;
3212: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', xCommitSize);
3213:
3214: OPEN translateLangCsr;
3215: FETCH translateLangCsr BULK COLLECT into xLangArray;
3216: CLOSE translateLangCsr;