DBA Data[Home] [Help]

APPS.IBE_M_MIGRATION_PVT dependencies on IBC_CITEM_ADMIN_GRP

Line 1167: IBC_CITEM_ADMIN_GRP.upsert_item(

1163: printDebugLog(' content_item_id:'||l_content_item_id);
1164: printDebugLog(' citem_version_id:'||l_citem_version_id);
1165: printDebugLog(' object_version_num:'||l_object_version_number);
1166: END IF;
1167: IBC_CITEM_ADMIN_GRP.upsert_item(
1168: p_ctype_code => px_attachment_rec.content_type_code,
1169: p_citem_name => px_attachment_rec.FILE_NAME,
1170: p_citem_description => px_attachment_rec.FILE_NAME,
1171: p_dir_node_id => 9, -- IBE directory node

Line 1220: IBC_CITEM_ADMIN_GRP.upsert_item(

1216: IF IBE_M_MIGRATION_PVT.g_debug = 'Y' THEN
1217: printDebugLog(' Start upserting translation of content item');
1218: printDebugLog(' language:'||px_attachment_rec.language);
1219: END IF;
1220: IBC_CITEM_ADMIN_GRP.upsert_item(
1221: p_ctype_code => px_attachment_rec.content_type_code,
1222: p_citem_name => l_trans_attachment_tbl(l_j).file_names,
1223: p_citem_description => l_trans_attachment_tbl(l_j).FILE_NAMES,
1224: p_dir_node_id => 9, -- IBE directory node