DBA Data[Home] [Help]

APPS.ICX_POR_DELETE_CATALOG dependencies on FND_PROFILE

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

71: --ICX_POR_EXT_UTL.setDebugLevel(ICX_POR_EXT_UTL.NOLOG_LEVEL);
72:
73: -- Set commit size
74: xErrLoc := 100;
75: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', xCommitSize);
76: setCommitSize(xCommitSize);
77:
78: xErrLoc := 120;
79: OPEN item_cursor(p_rt_category_id);

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

153: --ICX_POR_EXT_UTL.setDebugLevel(ICX_POR_EXT_UTL.NOLOG_LEVEL);
154:
155: -- Set commit size
156: xErrLoc := 100;
157: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', xCommitSize);
158: setCommitSize(xCommitSize);
159:
160: xErrLoc := 120;
161: open item_cursor(p_catalog_name);

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

235: --ICX_POR_EXT_UTL.setDebugLevel(ICX_POR_EXT_UTL.NOLOG_LEVEL);
236:
237: -- Set commit size
238: xErrLoc := 100;
239: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', xCommitSize);
240: setCommitSize(xCommitSize);
241:
242: xErrLoc := 120;
243: OPEN item_cursor(p_supplier, p_operating_unit_id);