DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PUB dependencies on CSI_II_RELATIONSHIPS_PUB

Line 4244: csi_ii_relationships_pub.create_relationship(

4240: END IF;
4241: END IF;
4242: END LOOP;
4243: debug('Number of records eligible for call to Create Relationships API: ' || l_relationship_tbl.count);
4244: csi_ii_relationships_pub.create_relationship(
4245: p_api_version => 1.0,
4246: p_commit => fnd_api.g_false,
4247: p_init_msg_list => fnd_api.g_true,
4248: p_validation_level => fnd_api.g_valid_level_full,

Line 5836: csi_ii_relationships_pub.expire_relationship(

5832: IF(e_relationship_tbl.Count > 0) THEN
5833: FOR tab_row IN e_relationship_tbl.FIRST .. e_relationship_tbl.LAST
5834: LOOP
5835: IF e_relationship_tbl.EXISTS(tab_row) THEN
5836: csi_ii_relationships_pub.expire_relationship(
5837: p_api_version => 1.0,
5838: p_commit => fnd_api.g_false,
5839: p_init_msg_list => fnd_api.g_true,
5840: p_validation_level => fnd_api.g_valid_level_full,

Line 5853: debug('Call to csi_ii_relationships_pub.expire_relationship falied.');

5849: THEN
5850: debug_out('Expire relationship not successful for Instance: ' ||
5851: e_relationship_tbl(tab_row).subject_id ||
5852: '. Check request log for further details.');
5853: debug('Call to csi_ii_relationships_pub.expire_relationship falied.');
5854: l_msg_index := 1;
5855: l_Error_Message := l_Msg_Data;
5856: WHILE l_msg_count > 0 LOOP
5857: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);

Line 5873: csi_ii_relationships_pub.create_relationship(

5869: --Create Relationships
5870: debug('Number of records populated to call Create Instance relationships API: '
5871: || c_relationship_tbl.count);
5872: IF(c_relationship_tbl.Count > 0) THEN
5873: csi_ii_relationships_pub.create_relationship(
5874: p_api_version => 1.0,
5875: p_commit => fnd_api.g_false,
5876: p_init_msg_list => fnd_api.g_true,
5877: p_validation_level => fnd_api.g_valid_level_full,

Line 5887: debug('Call to csi_ii_relationships_pub.create_relationship not successful');

5883:
5884: IF NOT l_return_status = FND_API.G_RET_STS_SUCCESS
5885: THEN
5886: debug_out('Error occured while creating new relationships, please check the request log for detailed error');
5887: debug('Call to csi_ii_relationships_pub.create_relationship not successful');
5888: l_msg_index := 1;
5889: l_Error_Message := l_Msg_Data;
5890: WHILE l_msg_count > 0 LOOP
5891: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);