DBA Data[Home] [Help]

APPS.CSI_II_RELATIONSHIPS_PVT dependencies on CSI_ITEM_INSTANCE_PUB

Line 2420: CSI_ITEM_INSTANCE_PUB.Get_item_instance_details(

2416: AND (l_relationship_tbl(rel_row).relationship_id IS NOT NULL --Added for bug 2999353
2417: AND l_relationship_tbl(rel_row).relationship_id <> fnd_api.g_miss_num))--Added for bug 2999353
2418: THEN
2419: l_instance_rec.instance_id := l_relationship_tbl(rel_row).subject_id;
2420: CSI_ITEM_INSTANCE_PUB.Get_item_instance_details(
2421: 1.0,
2422: 'F',
2423: 'T',
2424: 1,

Line 2767: CSI_ITEM_INSTANCE_PUB.Get_item_instance_details(

2763: THEN
2764: IF p_recursive_flag=fnd_api.g_false
2765: THEN
2766: l_instance_rec.instance_id := l_relationship_tbl(rel_row).subject_id;
2767: CSI_ITEM_INSTANCE_PUB.Get_item_instance_details(
2768: 1.0,
2769: 'F',
2770: 'T',
2771: 1,

Line 4532: csi_item_instance_pub.update_item_instance

4528: WHERE instance_id=l_ii_relationship_rec.object_id;
4529: END IF;
4530:
4531: -- Begin Add Code for Siebel Genesis Project
4532: csi_item_instance_pub.update_item_instance
4533: ( p_api_version => p_api_version
4534: ,p_commit => p_commit
4535: ,p_init_msg_list => p_init_msg_list
4536: ,p_validation_level => p_validation_level

Line 4770: csi_item_instance_pub.update_item_instance

4766:
4767:
4768: IF l_record_found = fnd_api.g_true
4769: THEN
4770: csi_item_instance_pub.update_item_instance
4771: ( p_api_version => p_api_version
4772: ,p_commit => p_commit
4773: ,p_init_msg_list => p_init_msg_list
4774: ,p_validation_level => p_validation_level

Line 5249: csi_item_instance_pub.update_item_instance

5245: csi_gen_utility_pvt.put_line( 'The object_id, which you are trying to cascade its ownership, is not found or expired in csi_item_instances table. ');
5246: RAISE fnd_api.g_exc_error;
5247: END;
5248:
5249: csi_item_instance_pub.update_item_instance
5250: ( p_api_version => p_api_version
5251: ,p_commit => p_commit
5252: ,p_init_msg_list => p_init_msg_list
5253: ,p_validation_level => p_validation_level

Line 6125: csi_item_instance_pub.update_item_instance

6121: csi_gen_utility_pvt.put_line( 'The object_id, which you are trying to cascade its ownership, is not found or expired in csi_item_instances table. ');
6122: RAISE fnd_api.g_exc_error;
6123: END;
6124:
6125: csi_item_instance_pub.update_item_instance
6126: ( p_api_version => p_api_version
6127: ,p_commit => p_commit
6128: ,p_init_msg_list => p_init_msg_list
6129: ,p_validation_level => p_validation_level