DBA Data[Home] [Help]

APPS.ICX_POR_SCHEMA_UPLOAD dependencies on ICX_CAT_SCHEMA_VERSIONS

Line 611: -- update the icx_cat_schema_versions

607: p_user_id, p_login_id);
608:
609: xErrLoc := 800;
610:
611: -- update the icx_cat_schema_versions
612: inc_schema_change_version(p_category_id);
613:
614: xErrLoc := 900;
615:

Line 955: -- update the icx_cat_schema_versions

951: REQUEST_ID = p_request_id
952: WHERE RT_DESCRIPTOR_ID = p_descriptor_id
953: AND LANGUAGE = p_language;
954:
955: -- update the icx_cat_schema_versions
956: inc_schema_change_version(xCategoryID);
957:
958: xErrLoc := 150;
959:

Line 1223: -- update the icx_cat_schema_versions

1219: where rt_descriptor_id = p_descriptor_id;
1220:
1221: xErrLoc := 600;
1222:
1223: -- update the icx_cat_schema_versions
1224: inc_schema_change_version(xCategoryID);
1225: xErrLoc := 700;
1226:
1227: -- rebuild flag

Line 2931: update icx_cat_schema_versions

2927: end if;
2928:
2929: xErrLoc := 200;
2930:
2931: update icx_cat_schema_versions
2932: set version=version+1
2933: where descriptor_set_id=xAttribId;
2934:
2935: xErrLoc := 300;