DBA Data[Home] [Help]

APPS.JTF_FM_MD_MIGRATION_PVT dependencies on JTF_VARCHAR2_TABLE_100

Line 246: l_attribute_type_codes JTF_VARCHAR2_TABLE_100;

242:
243: l_status VARCHAR2(30) ;
244: l_cv_label_rec Ibc_Cv_Label_Grp.CV_Label_Rec_Type;
245: x_cv_label_rec Ibc_Cv_Label_Grp.CV_Label_Rec_Type;
246: l_attribute_type_codes JTF_VARCHAR2_TABLE_100;
247: l_attributes JTF_VARCHAR2_TABLE_4000;
248: l_attidx NUMBER;
249: l_directory NUMBER;
250:

Line 253: l_compound_attribute_types JTF_VARCHAR2_TABLE_100;

249: l_directory NUMBER;
250:
251:
252: l_compound_content_items JTF_NUMBER_TABLE ;
253: l_compound_attribute_types JTF_VARCHAR2_TABLE_100;
254:
255:
256: l_object_version_number NUMBER := 0;
257:

Line 294: l_attribute_type_codes := JTF_VARCHAR2_TABLE_100();

290:
291: printDebugLog(' After finding content item id and citem version id');
292: printDebugLog(' content item id:'||l_content_item_id
293: ||' Citem version id:'||l_citem_version_id);
294: l_attribute_type_codes := JTF_VARCHAR2_TABLE_100();
295: l_attributes := JTF_VARCHAR2_TABLE_4000();
296:
297: IF px_masterdoc_qry_rec.content_type_code = 'AMF_TEMPLATE'
298: THEN

Line 321: l_compound_attribute_types := JTF_VARCHAR2_TABLE_100('AMF_QUERY');

317: l_status := IBC_UTILITIES_PUB.G_STV_WORK_IN_PROGRESS;
318: IF (px_masterdoc_qry_rec.QUERY_CITEM_ID is NOT NULL) THEN
319: printDebugLog('Query Id is not NULL, so component created');
320: l_compound_content_items := JTF_NUMBER_TABLE(px_masterdoc_qry_rec.QUERY_CITEM_ID) ;
321: l_compound_attribute_types := JTF_VARCHAR2_TABLE_100('AMF_QUERY');
322:
323: END IF;
324:
325: ELSIF px_masterdoc_qry_rec.content_type_code = 'AMF_QUERY'