DBA Data[Home] [Help]

APPS.IGS_CO_GEN_004 dependencies on IBC_CITEM_ADMIN_GRP

Line 318: IBC_CITEM_ADMIN_GRP.get_item (

314: l_component_owner_ids := JTF_NUMBER_TABLE();
315: l_component_owner_types := JTF_VARCHAR2_TABLE_100();
316: l_component_sort_orders := JTF_NUMBER_TABLE();
317:
318: IBC_CITEM_ADMIN_GRP.get_item (
319: p_citem_ver_id => p_version_id, --Version is same as the content_id
320: p_init_msg_list => FND_API.g_true,
321: p_api_version_number => IBC_CITEM_ADMIN_GRP.G_API_VERSION_DEFAULT,
322: x_content_item_id => x_item_id,

Line 321: p_api_version_number => IBC_CITEM_ADMIN_GRP.G_API_VERSION_DEFAULT,

317:
318: IBC_CITEM_ADMIN_GRP.get_item (
319: p_citem_ver_id => p_version_id, --Version is same as the content_id
320: p_init_msg_list => FND_API.g_true,
321: p_api_version_number => IBC_CITEM_ADMIN_GRP.G_API_VERSION_DEFAULT,
322: x_content_item_id => x_item_id,
323: x_citem_name => x_item_name,
324: x_citem_version => x_version,
325: x_dir_node_id => dir_node_id,

Line 520: IBC_CITEM_ADMIN_GRP.insert_associations(

516: l_assoc_type_codes(1) := 'IGS_ADHOC' ;
517: END IF;
518:
519:
520: IBC_CITEM_ADMIN_GRP.insert_associations(
521: p_content_item_id => p_doc_id
522: ,p_assoc_type_codes => l_assoc_type_codes
523: ,p_assoc_objects1 => l_letter_code
524: ,p_commit => FND_API.G_TRUE

Line 526: ,p_api_version_number => IBC_CITEM_ADMIN_GRP.G_API_VERSION_DEFAULT

522: ,p_assoc_type_codes => l_assoc_type_codes
523: ,p_assoc_objects1 => l_letter_code
524: ,p_commit => FND_API.G_TRUE
525: ,p_init_msg_list => FND_API.G_TRUE
526: ,p_api_version_number => IBC_CITEM_ADMIN_GRP.G_API_VERSION_DEFAULT
527: ,x_return_status => x_return_status
528: ,x_msg_count => x_msg_count
529: ,x_msg_data => x_msg_data
530: );