DBA Data[Home] [Help]

APPS.IBC_CITEM_VERSIONS_PKG dependencies on IBC_UTILITIES_PVT

Line 88: -- IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,

84: OPEN c_citem_dirnode(p_content_item_id);
85: FETCH c_citem_dirnode INTO l_dirnode;
86: CLOSE c_citem_dirnode;
87:
88: -- IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,
89: -- p_name => p_content_item_name,
90: -- p_language => USERENV('lang'),
91: -- p_chk_content_item_id => p_content_item_id,
92: -- x_object_type => l_object_type,

Line 100: -- Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));

96: -- Fnd_Message.Set_Name('IBC', 'IBC_NAME_ALREADY_FOLDER');
97: -- ELSE
98: -- Fnd_Message.Set_Name('IBC', 'IBC_CITEM_NAME_UNIQUE');
99: -- Fnd_Message.Set_token('NEW_ITEM_NAME' , p_content_item_name);
100: -- Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));
101: -- END IF;
102: -- Fnd_Msg_Pub.ADD;
103: -- RAISE Fnd_Api.G_EXC_ERROR;
104: -- END IF;

Line 275: IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,

271: OPEN c_citem_dirnode(p_content_item_id);
272: FETCH c_citem_dirnode INTO l_dirnode;
273: CLOSE c_citem_dirnode;
274:
275: IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,
276: p_name => p_content_item_name,
277: p_language => USERENV('lang'),
278: p_chk_content_item_id => p_content_item_id,
279: x_object_type => l_object_type,

Line 287: Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));

283: Fnd_Message.Set_Name('IBC', 'IBC_NAME_ALREADY_FOLDER');
284: ELSE
285: Fnd_Message.Set_Name('IBC', 'IBC_CITEM_NAME_UNIQUE');
286: Fnd_Message.Set_token('NEW_ITEM_NAME' , p_content_item_name);
287: Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));
288: END IF;
289: Fnd_Msg_Pub.ADD;
290: RAISE Fnd_Api.G_EXC_ERROR;
291: END IF;

Line 455: IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,

451: OPEN c_citem_dirnode(p_content_item_id);
452: FETCH c_citem_dirnode INTO l_dirnode;
453: CLOSE c_citem_dirnode;
454:
455: IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,
456: p_name => p_content_item_name,
457: p_language => USERENV('lang'),
458: p_chk_content_item_id => p_content_item_id,
459: x_object_type => l_object_type,

Line 467: Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));

463: Fnd_Message.Set_Name('IBC', 'IBC_NAME_ALREADY_FOLDER');
464: ELSE
465: Fnd_Message.Set_Name('IBC', 'IBC_CITEM_NAME_UNIQUE');
466: Fnd_Message.Set_token('NEW_ITEM_NAME' , p_content_item_name);
467: Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));
468: END IF;
469: Fnd_Msg_Pub.ADD;
470: RAISE Fnd_Api.G_EXC_ERROR;
471: END IF;

Line 713: IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,

709: OPEN c_citem_dirnode(p_content_item_id);
710: FETCH c_citem_dirnode INTO l_dirnode;
711: CLOSE c_citem_dirnode;
712:
713: IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,
714: p_name => p_content_item_name,
715: p_language => USERENV('lang'),
716: p_chk_content_item_id => p_content_item_id,
717: x_object_type => l_object_type,

Line 725: Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));

721: Fnd_Message.Set_Name('IBC', 'IBC_NAME_ALREADY_FOLDER');
722: ELSE
723: Fnd_Message.Set_Name('IBC', 'IBC_CITEM_NAME_UNIQUE');
724: Fnd_Message.Set_token('NEW_ITEM_NAME' , p_content_item_name);
725: Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));
726: END IF;
727: Fnd_Msg_Pub.ADD;
728: RAISE Fnd_Api.G_EXC_ERROR;
729: END IF;

Line 1040: IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,

1036: OPEN c_citem_dirnode(p_content_item_id);
1037: FETCH c_citem_dirnode INTO l_dirnode;
1038: CLOSE c_citem_dirnode;
1039:
1040: IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,
1041: p_name => p_content_item_name,
1042: p_language => USERENV('lang'),
1043: p_chk_content_item_id => p_content_item_id,
1044: x_object_type => l_object_type,

Line 1052: Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));

1048: Fnd_Message.Set_Name('IBC', 'IBC_NAME_ALREADY_FOLDER');
1049: ELSE
1050: Fnd_Message.Set_Name('IBC', 'IBC_CITEM_NAME_UNIQUE');
1051: Fnd_Message.Set_token('NEW_ITEM_NAME' , p_content_item_name);
1052: Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));
1053: END IF;
1054: Fnd_Msg_Pub.ADD;
1055: RAISE Fnd_Api.G_EXC_ERROR;
1056: END IF;

Line 1174: IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,

1170: OPEN c_citem_dirnode(r_citem.content_item_id);
1171: FETCH c_citem_dirnode INTO l_dirnode;
1172: CLOSE c_citem_dirnode;
1173: /*
1174: IF IBC_UTILITIES_PVT.is_name_already_used(p_dir_node_id => l_dirnode,
1175: p_name => p_content_item_name,
1176: p_language => USERENV('lang'),
1177: p_chk_content_item_id => r_citem.content_item_id,
1178: x_object_type => l_object_type,

Line 1186: Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));

1182: Fnd_Message.Set_Name('IBC', 'IBC_NAME_ALREADY_FOLDER');
1183: ELSE
1184: Fnd_Message.Set_Name('IBC', 'IBC_CITEM_NAME_UNIQUE');
1185: Fnd_Message.Set_token('NEW_ITEM_NAME' , p_content_item_name);
1186: Fnd_Message.Set_token('CONFLICTING_ITEM_NAME' , IBC_UTILITIES_PVT.get_citem_name(l_object_id));
1187: END IF;
1188: Fnd_Msg_Pub.ADD;
1189: RAISE Fnd_Api.G_EXC_ERROR;
1190: END IF;