DBA Data[Home] [Help]

APPS.ICX_CAT_SCHEMA_UPLOAD_PVT dependencies on ICX_CAT_POPULATE_CTXSTRING_PVT

Line 3108: ICX_CAT_POPULATE_CTXSTRING_PVT.handleCategoryRename(category_row.rt_category_id,

3104: FOR category_row IN populate_category_csr LOOP
3105:
3106: l_err_loc := 110;
3107:
3108: ICX_CAT_POPULATE_CTXSTRING_PVT.handleCategoryRename(category_row.rt_category_id,
3109: category_row.category_name, category_row.language);
3110:
3111: END LOOP;
3112:

Line 3123: ICX_CAT_POPULATE_CTXSTRING_PVT.rePopulateBaseAttributes(special_descriptor_row.key,

3119:
3120: -- for special descriptors we have individual rows so we call it one
3121: -- descriptor at a time
3122:
3123: ICX_CAT_POPULATE_CTXSTRING_PVT.rePopulateBaseAttributes(special_descriptor_row.key,
3124: special_descriptor_row.searchable);
3125:
3126: END LOOP;
3127:

Line 3148: ICX_CAT_POPULATE_CTXSTRING_PVT.rePopulateBaseAttributes(null, null);

3144: -- and pass nulls as the parameters
3145:
3146: l_err_loc := 330;
3147:
3148: ICX_CAT_POPULATE_CTXSTRING_PVT.rePopulateBaseAttributes(null, null);
3149:
3150: ELSE
3151: -- handle update of category descriptors for this category
3152: -- this is called one category at a time

Line 3156: ICX_CAT_POPULATE_CTXSTRING_PVT.rePopulateCategoryAttributes(l_category_id);

3152: -- this is called one category at a time
3153:
3154: l_err_loc := 340;
3155:
3156: ICX_CAT_POPULATE_CTXSTRING_PVT.rePopulateCategoryAttributes(l_category_id);
3157:
3158: END IF;
3159:
3160: END LOOP;

Line 3223: ICX_CAT_POPULATE_CTXSTRING_PVT.handleCategoryRename(p_category_id,

3219: update_job_status(l_request_id, 'RUNNING');
3220:
3221: l_err_loc := 200;
3222:
3223: ICX_CAT_POPULATE_CTXSTRING_PVT.handleCategoryRename(p_category_id,
3224: p_category_name, p_language);
3225:
3226: l_err_loc := 300;
3227:

Line 3273: ICX_CAT_POPULATE_CTXSTRING_PVT.handleSearchableFlagChange(p_attribute_id,

3269: update_job_status(l_request_id, 'RUNNING');
3270:
3271: l_err_loc := 200;
3272:
3273: ICX_CAT_POPULATE_CTXSTRING_PVT.handleSearchableFlagChange(p_attribute_id,
3274: p_attribute_key, p_category_id, p_searchable);
3275:
3276: l_err_loc := 300;
3277: